14 references to Remove
PresentationFramework (11)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (1)
395Children.Remove(child);
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (3)
478Children.Remove(_leftMarker); 480Children.Remove(_rightMarker); 561Children.Remove(HighlightAnchor);
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (1)
437rootInkCanvas.Children.Remove(child);
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
999InternalChildren.Remove(header); 1535InternalChildren.Remove(_floatingHeader);
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
2827children.Remove(element);
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (2)
138overflowPanel.Children.Remove(child); 451overflowPanel.Children.Remove(child);
src\Framework\System\Windows\Controls\UIElementCollection.cs (1)
460Remove(value as UIElement);
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
2596stackPanel.Children.Remove(view);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (1)
460this.Children.Remove(window);
System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (1)
236this.ExtenstionSurface.Children.Remove(this.rubberBand);