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