Use FlipItems property

18 Feb 20251 minute to read

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

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