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