8 references to BORDER_SIZE
System.Windows.Forms (8)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (8)
629
textBounds.X +
BORDER_SIZE
,
631
textBounds.Width -
BORDER_SIZE
,
632
textBounds.Height - 2 *
BORDER_SIZE
); // minus borders
717
e.Bounds.Width > 2 *
BORDER_SIZE
&& e.Bounds.Height > 2 *
BORDER_SIZE
)
722
bounds.X +
BORDER_SIZE
,
724
bounds.Width -
BORDER_SIZE
,
725
bounds.Height - 2 *
BORDER_SIZE
); // Upper and lower borders.