Base:
property
Parent
System.Windows.Forms.AccessibleObject.Parent
2 references to Parent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridState.cs (2)
163
DataGridParentRows dataGridParentRows = ((DataGridParentRows.DataGridParentRowsAccessibleObject)this.
Parent
).Owner;
224
DataGridParentRows.DataGridParentRowsAccessibleObject parentAcc = (DataGridParentRows.DataGridParentRowsAccessibleObject)
Parent
;