14 references to Remove
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\Renderer.cs (1)
632children.Remove(visual);
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (2)
199AutoWrapVisual.Children.Remove((Visual)e.OldValue); 260AutoWrapVisual.Children.Remove(Target);
PresentationFramework (11)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
1696_childrenCollection.Remove(dp);
src\Framework\MS\Internal\PtsHost\Line.cs (1)
433parent.Children.Remove(inlineObject.UIElementIsland);
src\Framework\MS\Internal\PtsHost\PtsHelper.cs (1)
300parent.Children.Remove(paraClient.Visual);
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (1)
1693parent.Children.Remove(cellParaClient.Visual);
src\Framework\MS\Internal\PtsHost\UIElementParaClient.cs (1)
130parent.Children.Remove(uiElementIsland);
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
180parent.Children.Remove(inlineObject.Element);
src\Framework\System\Windows\Controls\TextBlock.cs (1)
2010_complexContent.VisualChildren.Remove(child);
src\Framework\System\Windows\Controls\UIElementCollection.cs (2)
214_visualChildren.Remove(element); 226_visualChildren.Remove(element);
src\Framework\System\Windows\Documents\AdornerLayer.cs (2)
213_children.Remove(adorner); 588_children.Remove(adorner);