12 references to Remove
PresentationFramework (11)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
371Children.Remove(child);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
457Children.Remove(_leftMarker); 459Children.Remove(_rightMarker); 538Children.Remove(HighlightAnchor);
MS\Internal\Ink\ClipboardProcessor.cs (1)
386rootInkCanvas.Children.Remove(child);
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
994InternalChildren.Remove(header); 1529InternalChildren.Remove(_floatingHeader);
System\Windows\Controls\InkCanvas.cs (1)
2675children.Remove(element);
System\Windows\Controls\Primitives\ToolBarPanel.cs (2)
128overflowPanel.Children.Remove(child); 441overflowPanel.Children.Remove(child);
System\Windows\Controls\UIElementCollection.cs (1)
450Remove(value as UIElement);
Roslyn.VisualStudio.DiagnosticsWindow (1)
PerfMargin\PerfMarginPanel.cs (1)
131_mainGrid.Children.Remove(_detailsListView);