3 references to BUTTON_HEIGHT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (3)
285
bounds.Height + STRIP_HEIGHT + 4 * BUTTON_PAD +
BUTTON_HEIGHT
+
290
selectorWidth, bounds.Height + STRIP_HEIGHT + 2 * BUTTON_PAD +
BUTTON_HEIGHT
);
295
bounds.Height =
BUTTON_HEIGHT
;