19 references to Remove
PresentationCore (8)
MS\Internal\Ink\Renderer.cs (1)
615children.Remove(visual);
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (5)
559((ContainerVisual)si.StrokeHV.VisualTarget.RootVisual).Children.Remove(si.StrokeRTICV); 652((ContainerVisual)siNext.StrokeHV.VisualTarget.RootVisual).Children.Remove(siNext.StrokeRTICV); 939_mainRawInkContainerVisual.Children.Remove(si.StrokeCV); 1161_mainContainerVisual.Children.Remove(_rawInkHostVisual1); 1162_mainContainerVisual.Children.Remove(_rawInkHostVisual2);
System\Windows\Media\BitmapCacheBrush.cs (2)
196AutoWrapVisual.Children.Remove((Visual)e.OldValue); 257AutoWrapVisual.Children.Remove(Target);
PresentationFramework (11)
MS\Internal\Documents\DocumentGrid.cs (1)
1665_childrenCollection.Remove(dp);
MS\Internal\PtsHost\Line.cs (1)
430parent.Children.Remove(inlineObject.UIElementIsland);
MS\Internal\PtsHost\PtsHelper.cs (1)
278parent.Children.Remove(paraClient.Visual);
MS\Internal\PtsHost\TableParaClient.cs (1)
1586parent.Children.Remove(cellParaClient.Visual);
MS\Internal\PtsHost\UIElementParaClient.cs (1)
123parent.Children.Remove(uiElementIsland);
MS\Internal\Text\ComplexLine.cs (1)
177parent.Children.Remove(inlineObject.Element);
System\Windows\Controls\TextBlock.cs (1)
1922_complexContent.VisualChildren.Remove(child);
System\Windows\Controls\UIElementCollection.cs (2)
209_visualChildren.Remove(element); 221_visualChildren.Remove(element);
System\Windows\Documents\AdornerLayer.cs (2)
203_children.Remove(adorner); 574_children.Remove(adorner);