2 writes to Padding
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
813
=>
Padding
= DefaultPadding;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
200
_keyComboBox.
Padding
= _keyComboBox.Margin;
10 references to Padding
System.Windows.Forms (10)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
810
=>
Padding
!= DefaultPadding;
866
_prefHeightCache = (short)(textSize.Height + SystemInformation.BorderSize.Height * 8 +
Padding
.Size.Height);
883
_prefHeightCache = (short)(textSize.Height * itemCount + SystemInformation.BorderSize.Height * 16 +
Padding
.Size.Height);
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (7)
166
int topInset = chromeInsets.Top +
Padding
.Top;
167
int bottomInset = chromeInsets.Bottom +
Padding
.Bottom;
184
int leftInset = chromeInsets.Left +
Padding
.Left;
185
int rightInset = chromeInsets.Right +
Padding
.Right;
543
Padding
+ new Padding(styleInset),
551
left: horizontalSource.Left +
Padding
.Left,
553
right: horizontalSource.Right +
Padding
.Right,