12 references to Remove
PresentationFramework (11)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
370Children.Remove(child);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
453Children.Remove(_leftMarker); 455Children.Remove(_rightMarker); 534Children.Remove(HighlightAnchor);
MS\Internal\Ink\ClipboardProcessor.cs (1)
385rootInkCanvas.Children.Remove(child);
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
989InternalChildren.Remove(header); 1527InternalChildren.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);