4 references to IsLeapMonth
mscorlib (4)
system\globalization\japanesecalendar.cs (1)
474return (helper.IsLeapMonth(year, month, era));
system\globalization\koreancalendar.cs (1)
212return (helper.IsLeapMonth(year, month, era));
system\globalization\taiwancalendar.cs (1)
198return (helper.IsLeapMonth(year, month, era));
system\globalization\thaibuddhistcalendar.cs (1)
170return (helper.IsLeapMonth(year, month, era));