6 references to GregorianCalendar
mscorlib (3)
system\globalization\cultureinfo.cs (2)
1496return (new GregorianCalendar()); 1538return (new GregorianCalendar());
system\globalization\gregoriancalendar.cs (1)
121s_defaultInstance = new GregorianCalendar();
PresentationFramework (3)
src\Framework\System\Windows\Controls\DateTimeHelper.cs (2)
16private static System.Globalization.Calendar cal = new GregorianCalendar(); 160dtfi.Calendar = new GregorianCalendar();
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (1)
50private System.Globalization.Calendar _calendar = new GregorianCalendar();