2 references to MINIMUM_ALLOC_SIZE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MonthCalendar.cs (2)
1935
float quotient = (float) (reqSize-1) /
MINIMUM_ALLOC_SIZE
;
1936
int actualSize = ((int) (quotient+1)) *
MINIMUM_ALLOC_SIZE
;