Base:
property
Parent
System.Windows.Forms.AccessibleObject.Parent
4 references to Parent
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (4)
1018
return
Parent
.GetChild(
Parent
.GetChildCount() - owner.dgTable.RelationsList.Count + relationship + 1);
1025
return
Parent
.GetChild(
Parent
.GetChildCount() - owner.dgTable.RelationsList.Count + relationship - 1);