5 references to IsLeapYear
mscorlib (5)
system\globalization\gregoriancalendarhelper.cs (1)
578if (!IsLeapYear(year, era)) {
system\globalization\japanesecalendar.cs (1)
459return (helper.IsLeapYear(year, era));
system\globalization\koreancalendar.cs (1)
197return (helper.IsLeapYear(year, era));
system\globalization\taiwancalendar.cs (1)
183return (helper.IsLeapYear(year, era));
system\globalization\thaibuddhistcalendar.cs (1)
155return (helper.IsLeapYear(year, era));