3 references to INSERT_WIDTH_SIZE
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MonthCalendar.cs (3)
1494
Debug.Assert(minSize.Width >
INSERT_WIDTH_SIZE
, "Divide by 0");
1499
minSize.Width = (minSize.Width +
INSERT_WIDTH_SIZE
) * dimensions.Width -
INSERT_WIDTH_SIZE
;