Base:
method
GetVisualChild
System.Windows.Media.Visual.GetVisualChild(System.Int32)
27 overrides of GetVisualChild
PresentationFramework (26)
MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
104protected override Visual GetVisualChild(int index)
MS\Internal\Controls\TemplatedAdorner.cs (1)
113protected override Visual GetVisualChild(int index)
MS\Internal\Documents\DocumentGrid.cs (1)
1005protected override Visual GetVisualChild(int index)
MS\Internal\Documents\DocumentGridPage.cs (1)
181protected override Visual GetVisualChild(int index)
MS\Internal\Documents\DocumentPageHost.cs (1)
122protected override Visual GetVisualChild(int index)
MS\Internal\Documents\FlowDocumentView.cs (1)
227protected override Visual GetVisualChild(int index)
MS\Internal\Documents\TextBoxView.cs (1)
552protected override Visual GetVisualChild(int index)
System\Windows\Controls\AccessText.cs (1)
532protected override Visual GetVisualChild(int index)
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
146protected override Visual GetVisualChild(int index)
System\Windows\Controls\Decorator.cs (1)
174protected override Visual GetVisualChild(int index)
System\Windows\Controls\GridSplitter.cs (1)
420protected override Visual GetVisualChild(int index)
System\Windows\Controls\InkCanvas.cs (1)
377protected override Visual GetVisualChild(int index)
System\Windows\Controls\Panel.cs (1)
379protected override Visual GetVisualChild(int index)
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
466protected override Visual GetVisualChild(int index)
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
469protected override Visual GetVisualChild(int index)
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (1)
126protected override Visual GetVisualChild(int index)
System\Windows\Controls\Primitives\PopupRoot.cs (1)
75protected override Visual GetVisualChild(int index)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
347protected override Visual GetVisualChild(int index)
System\Windows\Controls\Primitives\Track.cs (1)
376protected override Visual GetVisualChild(int index)
System\Windows\Controls\TextBlock.cs (1)
1160protected override Visual GetVisualChild(int index)
System\Windows\Controls\ToolBarTray.cs (1)
480protected override Visual GetVisualChild(int index)
System\Windows\Controls\ViewPort3D.cs (1)
182protected override Visual GetVisualChild(int index)
System\Windows\Documents\AdornerLayer.cs (1)
385protected override Visual GetVisualChild(int index)
System\windows\Documents\CaretElement.cs (1)
107protected override Visual GetVisualChild(int index)
System\Windows\Documents\FixedPage.cs (1)
710protected override Visual GetVisualChild(int index)
System\Windows\Input\KeyboardNavigation.cs (1)
663protected override Visual GetVisualChild(int index)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
52protected override Visual GetVisualChild(int index)
15 references to GetVisualChild
PresentationFramework (12)
System\Windows\Controls\Control.cs (2)
707UIElement child = (UIElement)(this.GetVisualChild(0)); 729UIElement child = (UIElement)(this.GetVisualChild(0));
System\Windows\Controls\ItemsPresenter.cs (2)
49Panel panel = GetVisualChild(0) as Panel; 308Panel oldPanel = (this.VisualChildrenCount > 0) ? this.GetVisualChild(0) as Panel : null;
System\Windows\Controls\Page.cs (2)
597UIElement child = this.GetVisualChild(0) as UIElement; 622UIElement child = this.GetVisualChild(0) as UIElement;
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
489return base.GetVisualChild(index);
System\Windows\Controls\ScrollViewer.cs (1)
1150UIElement child = (count > 0) ? this.GetVisualChild(0) as UIElement : null;
System\Windows\Documents\Adorner.cs (1)
79UIElement ch = this.GetVisualChild(i) as UIElement;
System\Windows\Navigation\NavigationWindow.cs (1)
436FrameworkElement root = (this.GetVisualChild(0)) as FrameworkElement;
System\Windows\Window.cs (2)
1816UIElement child = this.GetVisualChild(0) as UIElement; 3293UIElement child = this.GetVisualChild(0) as UIElement;
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroup.cs (1)
214return VisualChildrenCount == 0 ? null : (GetVisualChild(0) as FrameworkElement);
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
484return VisualChildrenCount == 0 ? null : (GetVisualChild(0) as FrameworkElement);
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
165return VisualChildrenCount == 0 ? null : (GetVisualChild(0) as FrameworkElement);