1 write to YearMonthPattern
mscorlib (1)
system\globalization\datetimeformatinfo.cs (1)
454if (yearMonthPattern != null) this.YearMonthPattern = yearMonthPattern;
12 references to YearMonthPattern
mscorlib (7)
system\globalization\datetimeformat.cs (1)
857realFormat = dtfi.YearMonthPattern;
system\globalization\datetimeformatinfo.cs (2)
485o = this.YearMonthPattern; 1863return GetMergedPatterns(this.UnclonedYearMonthPatterns, this.YearMonthPattern);
system\globalization\datetimeparse.cs (4)
1605if (!GetYearMonthOrder(dtfi.YearMonthPattern, dtfi, out yearMonthOrder)) { 1606result.SetFailure(ParseFailureKind.FormatWithParameter, "Format_BadDatePattern", dtfi.YearMonthPattern); 1681if (!GetYearMonthOrder(dtfi.YearMonthPattern, dtfi, out yearMonthOrder)) { 1682result.SetFailure(ParseFailureKind.FormatWithParameter, "Format_BadDatePattern", dtfi.YearMonthPattern);
PresentationFramework (1)
src\Framework\System\Windows\Controls\DateTimeHelper.cs (1)
230result = date.Value.ToString(format.YearMonthPattern, format);
System.Web (1)
UI\WebControls\Calendar.cs (1)
1751string titlePattern = DateTimeFormatInfo.CurrentInfo.YearMonthPattern;
System.Web.Mobile (3)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (1)
460String abbreviatedYearMonthPattern = AbbreviateMonthPattern(currentDateTimeInfo.YearMonthPattern);
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (1)
442String abbreviatedYearMonthPattern = AbbreviateMonthPattern(currentDateTimeInfo.YearMonthPattern);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
405String abbreviatedYearMonthPattern = AbbreviateMonthPattern(currentDateTimeInfo.YearMonthPattern);