5 references to InsertHeightSize
System.Windows.Forms (5)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (5)
1210
if (calendarHeight +
InsertHeightSize
== 0)
1216
int nRows = (newDimensionLength - todayHeight +
InsertHeightSize
) / (calendarHeight +
InsertHeightSize
);
1235
minSize.Height = (calendarHeight +
InsertHeightSize
) * _dimensions.Height -
InsertHeightSize
+ todayHeight;