Implemented interface member:
11 references to Clear
PresentationFramework (6)
System\Windows\Controls\GridViewRowPresenter.cs (2)
262InternalChildren.Clear(); 392InternalChildren.Clear();
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
369overflowPanel.Children.Clear();
System\Windows\Input\KeyboardNavigation.cs (3)
575_canvasChildren.Clear(); 584_canvasChildren.Clear(); 612_canvasChildren.Clear();
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2443fixedPage.Children.Clear();
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (1)
59QAT.OverflowPanel.Children.Clear();
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (2)
301_mainPanel.Children.Clear(); 306_overflowPanel.Children.Clear();
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
195HostContainerInternal.Children.Clear();