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