8 references to BORDER_SIZE
System.Windows.Forms (8)
winforms\Managed\System\WinForms\CheckedListBox.cs (8)
767textBounds.X + BORDER_SIZE, 769textBounds.Width - BORDER_SIZE, 770textBounds.Height - 2 * BORDER_SIZE); // minus borders 845e.Bounds.Width > 2 * BORDER_SIZE && e.Bounds.Height > 2 * BORDER_SIZE) { 849bounds.X + BORDER_SIZE, 851bounds.Width - BORDER_SIZE, 852bounds.Height - 2 * BORDER_SIZE); // Upper and lower borders.