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