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