Base:
method
GetVisualChild
System.Windows.Media.Visual.GetVisualChild(System.Int32)
28 overrides of GetVisualChild
PresentationFramework (26)
src\Framework\MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
110protected override Visual GetVisualChild(int index)
src\Framework\MS\Internal\Controls\TemplatedAdorner.cs (1)
116protected override Visual GetVisualChild(int index)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
1025protected override Visual GetVisualChild(int index)
src\Framework\MS\Internal\Documents\DocumentGridPage.cs (1)
186protected override Visual GetVisualChild(int index)
src\Framework\MS\Internal\Documents\DocumentPageHost.cs (1)
123protected override Visual GetVisualChild(int index)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (1)
232protected override Visual GetVisualChild(int index)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
553protected override Visual GetVisualChild(int index)
src\Framework\System\Windows\Controls\AccessText.cs (1)
532protected override Visual GetVisualChild(int index)
src\Framework\System\Windows\Controls\AdornedElementPlaceholder.cs (1)
152protected override Visual GetVisualChild(int index)
src\Framework\System\Windows\Controls\Decorator.cs (1)
179protected override Visual GetVisualChild(int index)
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
422protected override Visual GetVisualChild(int index)
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
389protected override Visual GetVisualChild(int index)
src\Framework\System\Windows\Controls\Panel.cs (1)
383protected override Visual GetVisualChild(int index)
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
466protected override Visual GetVisualChild(int index)
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (1)
472protected override Visual GetVisualChild(int index)
src\Framework\System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (1)
127protected override Visual GetVisualChild(int index)
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (1)
71protected override Visual GetVisualChild(int index)
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
353protected override Visual GetVisualChild(int index)
src\Framework\System\Windows\Controls\Primitives\Track.cs (1)
378protected override Visual GetVisualChild(int index)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
1238protected override Visual GetVisualChild(int index)
src\Framework\System\Windows\Controls\ToolBarTray.cs (1)
491protected override Visual GetVisualChild(int index)
src\Framework\System\Windows\Controls\ViewPort3D.cs (1)
187protected override Visual GetVisualChild(int index)
src\Framework\System\Windows\Documents\AdornerLayer.cs (1)
398protected override Visual GetVisualChild(int index)
src\Framework\System\windows\Documents\CaretElement.cs (1)
110protected override Visual GetVisualChild(int index)
src\Framework\System\Windows\Documents\FixedPage.cs (1)
741protected override Visual GetVisualChild(int index)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
711protected override Visual GetVisualChild(int index)
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationAdorner.cs (1)
119protected override Visual GetVisualChild(int index)
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
905protected override Visual GetVisualChild(int index)
12 references to GetVisualChild
PresentationFramework (12)
src\Framework\System\Windows\Controls\Control.cs (2)
708UIElement child = (UIElement)(this.GetVisualChild(0)); 730UIElement child = (UIElement)(this.GetVisualChild(0));
src\Framework\System\Windows\Controls\ItemsPresenter.cs (2)
51Panel panel = GetVisualChild(0) as Panel; 310Panel oldPanel = (this.VisualChildrenCount > 0) ? this.GetVisualChild(0) as Panel : null;
src\Framework\System\Windows\Controls\Page.cs (2)
605UIElement child = this.GetVisualChild(0) as UIElement; 630UIElement child = this.GetVisualChild(0) as UIElement;
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
489return base.GetVisualChild(index);
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
1177UIElement child = (count > 0) ? this.GetVisualChild(0) as UIElement : null;
src\Framework\System\Windows\Documents\Adorner.cs (1)
86UIElement ch = this.GetVisualChild(i) as UIElement;
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
463FrameworkElement root = (this.GetVisualChild(0)) as FrameworkElement;
src\Framework\System\Windows\Window.cs (2)
1924UIElement child = this.GetVisualChild(0) as UIElement; 3476UIElement child = this.GetVisualChild(0) as UIElement;