19 references to Remove
PresentationCore (8)
MS\Internal\Ink\Renderer.cs (1)
605children.Remove(visual);
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (5)
544((ContainerVisual)si.StrokeHV.VisualTarget.RootVisual).Children.Remove(si.StrokeRTICV); 633((ContainerVisual)siNext.StrokeHV.VisualTarget.RootVisual).Children.Remove(siNext.StrokeRTICV); 912_mainRawInkContainerVisual?.Children.Remove(si.StrokeCV); 1132_mainContainerVisual.Children.Remove(_rawInkHostVisual1); 1133_mainContainerVisual.Children.Remove(_rawInkHostVisual2);
System\Windows\Media\BitmapCacheBrush.cs (2)
181AutoWrapVisual.Children.Remove((Visual)e.OldValue); 242AutoWrapVisual.Children.Remove(Target);
PresentationFramework (11)
MS\Internal\Documents\DocumentGrid.cs (1)
1659_childrenCollection.Remove(dp);
MS\Internal\PtsHost\Line.cs (1)
411parent.Children.Remove(inlineObject.UIElementIsland);
MS\Internal\PtsHost\PtsHelper.cs (1)
272parent.Children.Remove(paraClient.Visual);
MS\Internal\PtsHost\TableParaClient.cs (1)
1579parent.Children.Remove(cellParaClient.Visual);
MS\Internal\PtsHost\UIElementParaClient.cs (1)
118parent.Children.Remove(uiElementIsland);
MS\Internal\Text\ComplexLine.cs (1)
171parent.Children.Remove(inlineObject.Element);
System\Windows\Controls\TextBlock.cs (1)
1901_complexContent?.VisualChildren.Remove(child);
System\Windows\Controls\UIElementCollection.cs (2)
204_visualChildren.Remove(element); 216_visualChildren.Remove(element);
System\Windows\Documents\AdornerLayer.cs (2)
198_children.Remove(adorner); 571_children.Remove(adorner);