Hello I am new in AvalonDock and also new in .net so maybe I am asking obvies question.
But I am not able to find way how to travers thru DockingManager and find my Content.
For example if I create new LayoutAnchorable object with my content and show this layout as Floating (LayoutAnchorable.Float()) how can I found this layout or his content thru DockingManager?
I didnt find a way how to name LayoutContent except Title, but my content is object "MyControl" derived from System.Windows.Controls.UserControl and for example have Name="Id_003"