2 references to GetIndexInMonths
System.Windows.Forms (2)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (2)
355
int currentMonthIndex =
GetIndexInMonths
(displayRange.Start, currentDate);
1270
=>
GetIndexInMonths
(displayRange.Start, displayRange.End) + 1;