4 references to IsLeapDay
mscorlib (4)
system\globalization\japanesecalendar.cs (1)
454return (helper.IsLeapDay(year, month, day, era));
system\globalization\koreancalendar.cs (1)
192return (helper.IsLeapDay(year, month, day, era));
system\globalization\taiwancalendar.cs (1)
178return (helper.IsLeapDay(year, month, day, era));
system\globalization\thaibuddhistcalendar.cs (1)
150return (helper.IsLeapDay(year, month, day, era));