3 references to GetRelationshipRectWithMirroring
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (3)
322
Rectangle relRect =
GetRelationshipRectWithMirroring
();
342
Rectangle relRect =
GetRelationshipRectWithMirroring
();
906
Rectangle bounds = owner.Expanded ? owner.
GetRelationshipRectWithMirroring
() : Rectangle.Empty;