6 references to Localized
mscorlib (5)
system\globalization\gregoriancalendar.cs (5)
67if (m_type < GregorianCalendarTypes.Localized || 129this(GregorianCalendarTypes.Localized) { 134if ((int)type < (int)GregorianCalendarTypes.Localized || (int)type > (int)GregorianCalendarTypes.TransliteratedFrench) { 138GregorianCalendarTypes.Localized, GregorianCalendarTypes.TransliteratedFrench)); 153case GregorianCalendarTypes.Localized:
PresentationFramework (1)
src\Framework\System\Windows\Controls\DateTimeHelper.cs (1)
147if (((GregorianCalendar)cal).CalendarType == GregorianCalendarTypes.Localized)