Base:
method
GetChild
System.Windows.Forms.AccessibleObject.GetChild(System.Int32)
3 references to GetChild
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewRow.cs (3)
2144AccessibleObject cellAccObj = this.GetChild(i); 2290return this.GetChild(0); 2300return this.GetChild(childCount - 1);