Implemented interface member:
14 references to Clear
IdeBenchmarks (1)
InheritanceMargin\InheritanceMarginGlyphBenchmarks.cs (1)
121_canvas.Children.Clear();
Microsoft.VisualStudio.LanguageServices (2)
PreviewPane\PreviewPane.xaml.cs (1)
216grid.Children.Clear();
ValueTracking\ValueTrackingRoot.xaml.cs (1)
24RootGrid.Children.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)
2433fixedPage.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();