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