Use FlipItems property

31 May 20211 minute to read

Returns the collection of children from DockingManager, without duplication of elements.

  • XAML
  • List<FrameworkElement> list = DockingManager.FlipItems;