4 references to RelationshipHeight
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (4)
708int relationshipHeight = this.dgTable.RelationshipHeight; 788int relationshipHeight = this.dgTable.RelationshipHeight; 907bounds.Y += owner.dgTable.RelationshipHeight * relationship; 908bounds.Height = owner.Expanded ? owner.dgTable.RelationshipHeight : 0; // when the row is collapsed the height of the relationship object should be 0