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