Base:
property
Parent
System.Windows.Forms.AccessibleObject.Parent
4 references to Parent
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewTopRowAccessibleObject.cs (4)
114
runtimeId[1] = this.
Parent
.GetHashCode();
239
return
Parent
;
241
if (
Parent
.GetChildCount() > 1)
243
return
Parent
.GetChild(1);