12 references to MaxCalendarYear
mscorlib (12)
system\globalization\Persiancalendar.cs (12)
126if (year >= 1 && year <= MaxCalendarYear && month >= 1 && month <= 12) 157if (year < 1 || year > MaxCalendarYear) { 164MaxCalendarYear)); 170if (year == MaxCalendarYear) { 374if ((month==MaxCalendarMonth) && (year==MaxCalendarYear)) { 392if (year==MaxCalendarYear) { 429if (year==MaxCalendarYear) { 492if (year == MaxCalendarYear) 539if (value < 99 || value > MaxCalendarYear) 547MaxCalendarYear)); 566if (year > MaxCalendarYear) { 573MaxCalendarYear));