6 references to BUTTON_WIDTH
System.Windows.Forms (6)
System\Windows\Forms\Design\ComponentEditorForm.cs (6)
261bounds.X = bounds.Width + bounds.X - BUTTON_WIDTH; 263bounds.Width = BUTTON_WIDTH; 272bounds.X -= (BUTTON_WIDTH + BUTTON_PAD); 279bounds.X -= (BUTTON_WIDTH + BUTTON_PAD); 286bounds.X -= (BUTTON_WIDTH + BUTTON_PAD); 341_maxSize = new Size(3 * (BUTTON_WIDTH + BUTTON_PAD), 24 * _pageTypes.Length);