5 references to INSERT_HEIGHT_SIZE
System.Windows.Forms (5)
winforms\Managed\System\WinForms\MonthCalendar.cs (5)
1488
Debug.Assert(calendarHeight >
INSERT_HEIGHT_SIZE
, "Divide by 0");
1489
int nRows = (newDimensionLength - todayHeight +
INSERT_HEIGHT_SIZE
)/(calendarHeight +
INSERT_HEIGHT_SIZE
);
1500
minSize.Height = (calendarHeight +
INSERT_HEIGHT_SIZE
) * dimensions.Height -
INSERT_HEIGHT_SIZE
+ todayHeight;