1 write to Padding
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
200
_keyComboBox.
Padding
= _keyComboBox.Margin;
2 references to Padding
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
780
_prefHeightCache = (short)(textSize.Height + SystemInformation.BorderSize.Height * 8 +
Padding
.Size.Height);
797
_prefHeightCache = (short)(textSize.Height * itemCount + SystemInformation.BorderSize.Height * 16 +
Padding
.Size.Height);