6 references to BUTTON_WIDTH
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (6)
292
bounds.X = bounds.Width + bounds.X -
BUTTON_WIDTH
;
294
bounds.Width =
BUTTON_WIDTH
;
303
bounds.X -= (
BUTTON_WIDTH
+ BUTTON_PAD);
310
bounds.X -= (
BUTTON_WIDTH
+ BUTTON_PAD);
317
bounds.X -= (
BUTTON_WIDTH
+ BUTTON_PAD);
383
maxSize = new Size(3 * (
BUTTON_WIDTH
+ BUTTON_PAD), 24 * pageTypes.Length);