Okay that was a bit short. If you want support for your own view item type you should instead override the TimelineSequenceSources property of your ViewItemManager and add you timeline sequence source to this.
Okay so what would be my workaround for this, would it be possible for me to implement the TimelineSequenceSources in my WorkspaceViewItemManager and then add the WorkspaceViewItem in the playbackWpfUserControl.SetCameras() method? How can I get the ViewItem fqid from ClientControl.Instance.ShownWorkSpace?
TimelineSequenceSources are only for the general timeline and as there is no general timeline for custom workspaces you cannot add timeline information for these.
No, unfortunately the PlaybackWpfUserControl does not support TimelineSequenceSources. Sorry for overlooking the playback user control in your initial question.