5 references to BorderWidth
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (4)
230ret.Y = base.Height - this.dgTable.BorderWidth; 528int bWidth = this.dgTable.BorderWidth; 661relRect.Height -= this.dgTable.BorderWidth; // use bWidth not 1 790int cy = base.Height - this.dgTable.BorderWidth + System.Windows.Forms.DataGridTableStyle.relationshipSpacing;
winforms\Managed\System\WinForms\DataGridTable.cs (1)
928relationshipRect.Height = BorderWidth + relationshipHeight * this.RelationsList.Count;