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