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