Base:
method
GetVisualChild
System.Windows.FrameworkElement.GetVisualChild(System.Int32)
1 override of GetVisualChild
PresentationFramework (1)
System\Windows\Controls\Grid.cs (1)
321protected override Visual GetVisualChild(int index)
1 reference to GetVisualChild
PresentationFramework (1)
System\Windows\Controls\Grid.cs (1)
333else return base.GetVisualChild(index);