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