30 references to RemoveVisualChild
PresentationCore (1)
Core\CSharp\System\Windows\Media\Visual.cs (1)
2597this.RemoveVisualChild(child);
PresentationFramework (28)
src\Framework\MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
173this.RemoveVisualChild((UIElement)_annotationComponent);
src\Framework\MS\Internal\Controls\TemplatedAdorner.cs (1)
48this.RemoveVisualChild(_child);
src\Framework\MS\Internal\Documents\DocumentPageHost.cs (1)
93this.RemoveVisualChild(pageVisualHost);
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (3)
173RemoveVisualChild(_pageVisual); 198RemoveVisualChild(_pageVisual); 400RemoveVisualChild(_pageVisual);
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
1962RemoveVisualChild(_visualChildren[i]); 1998RemoveVisualChild(_visualChildren[i]);
src\Framework\System\Windows\Controls\AdornedElementPlaceholder.cs (1)
125RemoveVisualChild(old);
src\Framework\System\Windows\Controls\Decorator.cs (1)
125RemoveVisualChild(_child);
src\Framework\System\Windows\Controls\Grid.cs (1)
2984this.RemoveVisualChild(_gridLinesRenderer);
src\Framework\System\Windows\Controls\Primitives\BulletDecorator.cs (2)
95RemoveVisualChild(_bullet); 111RemoveVisualChild(child);
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (6)
504RemoveVisualChild(_columnHeaderDragIndicator); 510RemoveVisualChild(_columnHeaderDropLocationIndicator); 621RemoveVisualChild(_columnHeaderDragIndicator); 627RemoveVisualChild(_columnHeaderDropLocationIndicator); 833RemoveVisualChild(_columnHeaderDragIndicator); 845RemoveVisualChild(_columnHeaderDropLocationIndicator);
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
394this.RemoveVisualChild(_adornerLayer);
src\Framework\System\Windows\Controls\Primitives\Track.cs (1)
133RemoveVisualChild(oldValue);
src\Framework\System\Windows\Controls\ToolBarTray.cs (3)
220_parent.RemoveVisualChild(currentToolBar); 236_parent.RemoveVisualChild(currentToolBar); 249_parent.RemoveVisualChild(currentToolBar);
src\Framework\System\Windows\Documents\AdornerDecorator.cs (3)
42this.RemoveVisualChild(IntChild); 43this.RemoveVisualChild(AdornerLayer); 179RemoveVisualChild(_adornerLayer);
src\Framework\System\Windows\FrameworkElement.cs (1)
610RemoveVisualChild(_templateChild);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationAdorner.cs (1)
45this.RemoveVisualChild(this.content);