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)
166int topInset = chromeInsets.Top + Padding.Top; 167int bottomInset = chromeInsets.Bottom + Padding.Bottom; 184int leftInset = chromeInsets.Left + Padding.Left; 185int rightInset = chromeInsets.Right + Padding.Right; 543Padding + new Padding(styleInset), 551left: horizontalSource.Left + Padding.Left, 553right: horizontalSource.Right + Padding.Right,