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