12 references to Remove
PresentationFramework (11)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
370Children.Remove(child);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
456Children.Remove(_leftMarker); 458Children.Remove(_rightMarker); 537Children.Remove(HighlightAnchor);
MS\Internal\Ink\ClipboardProcessor.cs (1)
385rootInkCanvas.Children.Remove(child);
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
992InternalChildren.Remove(header); 1530InternalChildren.Remove(_floatingHeader);
System\Windows\Controls\InkCanvas.cs (1)
2690children.Remove(element);
System\Windows\Controls\Primitives\ToolBarPanel.cs (2)
127overflowPanel.Children.Remove(child); 436overflowPanel.Children.Remove(child);
System\Windows\Controls\UIElementCollection.cs (1)
449Remove(value as UIElement);
Roslyn.VisualStudio.DiagnosticsWindow (1)
PerfMargin\PerfMarginPanel.cs (1)
131_mainGrid.Children.Remove(_detailsListView);