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