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