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