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