5 references to BorderWidth
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (5)
4341int borderWidth = this.BorderWidth; 9065int bordersAndPaddingWidth = 2*(this.BorderWidth + this.Padding.Size.Width); 9066int bordersAndPaddingHeight = 2*(this.BorderWidth + this.Padding.Size.Height); 17874int borderWidth = this.BorderWidth; 19837int borderWidth = this.BorderWidth;