3 references to Owner
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (3)
965
if (DataGrid.Focused &&
Owner
.dgTable.FocusedRelation == relationship) {
995
((DataGridRelationshipRow)
Owner
).Expanded = true;
1043
Owner
.FocusedRelation = relationship;