Base:
method
GetVisualChild
System.Windows.Media.Visual.GetVisualChild(System.Int32)
27 overrides of GetVisualChild
PresentationFramework (26)
MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
101protected override Visual GetVisualChild(int index)
MS\Internal\Controls\TemplatedAdorner.cs (1)
106protected override Visual GetVisualChild(int index)
MS\Internal\Documents\DocumentGrid.cs (1)
998protected override Visual GetVisualChild(int index)
MS\Internal\Documents\DocumentGridPage.cs (1)
168protected override Visual GetVisualChild(int index)
MS\Internal\Documents\DocumentPageHost.cs (1)
121protected override Visual GetVisualChild(int index)
MS\Internal\Documents\FlowDocumentView.cs (1)
225protected override Visual GetVisualChild(int index)
MS\Internal\Documents\TextBoxView.cs (1)
550protected override Visual GetVisualChild(int index)
System\Windows\Controls\AccessText.cs (1)
530protected override Visual GetVisualChild(int index)
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
139protected override Visual GetVisualChild(int index)
System\Windows\Controls\Decorator.cs (1)
169protected override Visual GetVisualChild(int index)
System\Windows\Controls\GridSplitter.cs (1)
414protected override Visual GetVisualChild(int index)
System\Windows\Controls\InkCanvas.cs (1)
365protected override Visual GetVisualChild(int index)
System\Windows\Controls\Panel.cs (1)
372protected override Visual GetVisualChild(int index)
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
461protected override Visual GetVisualChild(int index)
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
465protected override Visual GetVisualChild(int index)
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (1)
122protected override Visual GetVisualChild(int index)
System\Windows\Controls\Primitives\PopupRoot.cs (1)
66protected override Visual GetVisualChild(int index)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
337protected override Visual GetVisualChild(int index)
System\Windows\Controls\Primitives\Track.cs (1)
365protected override Visual GetVisualChild(int index)
System\Windows\Controls\TextBlock.cs (1)
1150protected override Visual GetVisualChild(int index)
System\Windows\Controls\ToolBarTray.cs (1)
472protected override Visual GetVisualChild(int index)
System\Windows\Controls\ViewPort3D.cs (1)
177protected override Visual GetVisualChild(int index)
System\Windows\Documents\AdornerLayer.cs (1)
381protected override Visual GetVisualChild(int index)
System\windows\Documents\CaretElement.cs (1)
104protected override Visual GetVisualChild(int index)
System\Windows\Documents\FixedPage.cs (1)
702protected override Visual GetVisualChild(int index)
System\Windows\Input\KeyboardNavigation.cs (1)
653protected override Visual GetVisualChild(int index)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
49protected override Visual GetVisualChild(int index)
15 references to GetVisualChild
PresentationFramework (12)
System\Windows\Controls\Control.cs (2)
698UIElement child = (UIElement)(this.GetVisualChild(0)); 720UIElement child = (UIElement)(this.GetVisualChild(0));
System\Windows\Controls\ItemsPresenter.cs (2)
45Panel panel = GetVisualChild(0) as Panel; 304Panel oldPanel = (this.VisualChildrenCount > 0) ? this.GetVisualChild(0) as Panel : null;
System\Windows\Controls\Page.cs (2)
590UIElement child = this.GetVisualChild(0) as UIElement; 615UIElement child = this.GetVisualChild(0) as UIElement;
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
484return base.GetVisualChild(index);
System\Windows\Controls\ScrollViewer.cs (1)
1142UIElement child = (count > 0) ? this.GetVisualChild(0) as UIElement : null;
System\Windows\Documents\Adorner.cs (1)
76UIElement ch = this.GetVisualChild(i) as UIElement;
System\Windows\Navigation\NavigationWindow.cs (1)
420FrameworkElement root = (this.GetVisualChild(0)) as FrameworkElement;
System\Windows\Window.cs (2)
1875UIElement child = this.GetVisualChild(0) as UIElement; 3411UIElement child = this.GetVisualChild(0) as UIElement;
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroup.cs (1)
212return VisualChildrenCount == 0 ? null : (GetVisualChild(0) as FrameworkElement);
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
481return VisualChildrenCount == 0 ? null : (GetVisualChild(0) as FrameworkElement);
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
163return VisualChildrenCount == 0 ? null : (GetVisualChild(0) as FrameworkElement);