Base:
method
GetChild
System.Windows.Forms.AccessibleObject.GetChild(System.Int32)
4 references to GetChild
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewTopRowAccessibleObject.cs (4)
207return this.GetChild(0); 209return this.GetChild(this.GetChildCount() - 1); 249return GetChild(0); 255return GetChild(GetChildCount() - 1);