4 references to Calendar
mscorlib (1)
system\globalization\cultureinfo.cs (1)
1449
this.m_cultureData, this.
Calendar
);
PresentationFramework (1)
src\Framework\System\Windows\Controls\DateTimeHelper.cs (1)
127
if (culture.
Calendar
is GregorianCalendar)
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DateTimePicker.cs (2)
752
DateTime maxSupportedDateTime = CultureInfo.CurrentCulture.
Calendar
.MaxSupportedDateTime;
812
DateTime minSupportedDateTime = CultureInfo.CurrentCulture.
Calendar
.MinSupportedDateTime;