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