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