5 references to MONTHS_IN_YEAR
System.Windows.Forms (5)
winforms\Managed\System\WinForms\MonthCalendar.cs (5)
283for (int i=0; i<MONTHS_IN_YEAR; ++i) 1341int index = (year == startYear) ? month - startMonth : month + year*MONTHS_IN_YEAR - startYear*MONTHS_IN_YEAR - startMonth; 1348e.DaysToBold[i] |= monthsOfYear[startMonth % MONTHS_IN_YEAR] | datesToBoldMonthly; 1750for (int i=0; i<MONTHS_IN_YEAR; ++i)