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