Base:
method
GetVisualChild
System.Windows.Media.Visual.GetVisualChild(System.Int32)
27 overrides of GetVisualChild
PresentationFramework (26)
MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
100protected override Visual GetVisualChild(int index)
MS\Internal\Controls\TemplatedAdorner.cs (1)
106protected override Visual GetVisualChild(int index)
MS\Internal\Documents\DocumentGrid.cs (1)
997protected override Visual GetVisualChild(int index)
MS\Internal\Documents\DocumentGridPage.cs (1)
167protected override Visual GetVisualChild(int index)
MS\Internal\Documents\DocumentPageHost.cs (1)
120protected override Visual GetVisualChild(int index)
MS\Internal\Documents\FlowDocumentView.cs (1)
218protected override Visual GetVisualChild(int index)
MS\Internal\Documents\TextBoxView.cs (1)
507protected override Visual GetVisualChild(int index)
System\Windows\Controls\AccessText.cs (1)
529protected override Visual GetVisualChild(int index)
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
138protected override Visual GetVisualChild(int index)
System\Windows\Controls\Decorator.cs (1)
168protected override Visual GetVisualChild(int index)
System\Windows\Controls\GridSplitter.cs (1)
417protected override Visual GetVisualChild(int index)
System\Windows\Controls\InkCanvas.cs (1)
374protected override Visual GetVisualChild(int index)
System\Windows\Controls\Panel.cs (1)
371protected override Visual GetVisualChild(int index)
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
454protected override Visual GetVisualChild(int index)
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
468protected override Visual GetVisualChild(int index)
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (1)
121protected override Visual GetVisualChild(int index)
System\Windows\Controls\Primitives\PopupRoot.cs (1)
65protected override Visual GetVisualChild(int index)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
336protected override Visual GetVisualChild(int index)
System\Windows\Controls\Primitives\Track.cs (1)
360protected override Visual GetVisualChild(int index)
System\Windows\Controls\TextBlock.cs (1)
1147protected override Visual GetVisualChild(int index)
System\Windows\Controls\ToolBarTray.cs (1)
471protected override Visual GetVisualChild(int index)
System\Windows\Controls\ViewPort3D.cs (1)
177protected override Visual GetVisualChild(int index)
System\Windows\Documents\AdornerLayer.cs (1)
380protected override Visual GetVisualChild(int index)
System\windows\Documents\CaretElement.cs (1)
102protected override Visual GetVisualChild(int index)
System\Windows\Documents\FixedPage.cs (1)
703protected override Visual GetVisualChild(int index)
System\Windows\Input\KeyboardNavigation.cs (1)
656protected override Visual GetVisualChild(int index)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
48protected override Visual GetVisualChild(int index)
15 references to GetVisualChild
PresentationFramework (12)
System\Windows\Controls\Control.cs (2)
694UIElement child = (UIElement)(this.GetVisualChild(0)); 716UIElement child = (UIElement)(this.GetVisualChild(0));
System\Windows\Controls\ItemsPresenter.cs (2)
44Panel panel = GetVisualChild(0) as Panel; 300Panel oldPanel = (this.VisualChildrenCount > 0) ? this.GetVisualChild(0) as Panel : null;
System\Windows\Controls\Page.cs (2)
576UIElement child = this.GetVisualChild(0) as UIElement; 601UIElement child = this.GetVisualChild(0) as UIElement;
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
477return base.GetVisualChild(index);
System\Windows\Controls\ScrollViewer.cs (1)
1141UIElement child = (count > 0) ? this.GetVisualChild(0) as UIElement : null;
System\Windows\Documents\Adorner.cs (1)
75UIElement ch = this.GetVisualChild(i) as UIElement;
System\Windows\Navigation\NavigationWindow.cs (1)
419FrameworkElement root = (this.GetVisualChild(0)) as FrameworkElement;
System\Windows\Window.cs (2)
1860UIElement child = this.GetVisualChild(0) as UIElement; 3396UIElement child = this.GetVisualChild(0) as UIElement;
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroup.cs (1)
211return VisualChildrenCount == 0 ? null : (GetVisualChild(0) as FrameworkElement);
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
477return VisualChildrenCount == 0 ? null : (GetVisualChild(0) as FrameworkElement);
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
162return VisualChildrenCount == 0 ? null : (GetVisualChild(0) as FrameworkElement);