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