12 references to GetRelationshipRect
System.Windows.Forms (12)
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (12)
68
return base.MinimumRowHeight(cols) + (this.expanded ?
GetRelationshipRect
().Height : 0);
79
return base.MinimumRowHeight(dgTable) + (this.expanded ?
GetRelationshipRect
().Height : 0);
182
return height +
GetRelationshipRect
().Height;
189
base.Height = value -
GetRelationshipRect
().Height;
221
return
GetRelationshipRect
();
269
Rectangle relRect =
GetRelationshipRect
();
359
Rectangle relRect =
GetRelationshipRect
();
437
Rectangle relRect =
GetRelationshipRect
();
478
Rectangle relRect =
GetRelationshipRect
();
503
Rectangle relRect =
GetRelationshipRect
();
642
Rectangle relRect =
GetRelationshipRect
();
789
Rectangle relRect =
GetRelationshipRect
();