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)
215grid.Children.Clear();
ValueTracking\ValueTrackingRoot.xaml.cs (1)
24RootGrid.Children.Clear();
PresentationFramework (6)
System\Windows\Controls\GridViewRowPresenter.cs (2)
258InternalChildren.Clear(); 388InternalChildren.Clear();
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
362overflowPanel.Children.Clear();
System\Windows\Input\KeyboardNavigation.cs (3)
567_canvasChildren.Clear(); 576_canvasChildren.Clear(); 604_canvasChildren.Clear();
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2437fixedPage.Children.Clear();
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (1)
53QAT.OverflowPanel.Children.Clear();
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (2)
296_mainPanel.Children.Clear(); 301_overflowPanel.Children.Clear();
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
191HostContainerInternal.Children.Clear();