Implemented interface member:
11 references to Clear
PresentationFramework (6)
System\Windows\Controls\GridViewRowPresenter.cs (2)
257InternalChildren.Clear(); 387InternalChildren.Clear();
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
358overflowPanel.Children.Clear();
System\Windows\Input\KeyboardNavigation.cs (3)
566_canvasChildren.Clear(); 575_canvasChildren.Clear(); 603_canvasChildren.Clear();
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2429fixedPage.Children.Clear();
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (1)
52QAT.OverflowPanel.Children.Clear();
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (2)
290_mainPanel?.Children.Clear(); 292_overflowPanel?.Children.Clear();
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
190HostContainerInternal.Children.Clear();