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