2 references to Padding
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (2)
937
prefHeightCache = (short)(textSize.Height + SystemInformation.BorderSize.Height * 8 +
Padding
.Size.Height);
952
prefHeightCache = (short)(textSize.Height * itemCount + SystemInformation.BorderSize.Height * 16 +
Padding
.Size.Height);