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