8 references to BORDER_SIZE
System.Windows.Forms (8)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (8)
627
textBounds.X +
BORDER_SIZE
,
629
textBounds.Width -
BORDER_SIZE
,
630
textBounds.Height - 2 *
BORDER_SIZE
); // minus borders
715
e.Bounds.Width > 2 *
BORDER_SIZE
&& e.Bounds.Height > 2 *
BORDER_SIZE
)
720
bounds.X +
BORDER_SIZE
,
722
bounds.Width -
BORDER_SIZE
,
723
bounds.Height - 2 *
BORDER_SIZE
); // Upper and lower borders.