4 references to AbbreviatedMonthNames
mscorlib (3)
system\globalization\datetimeformat.cs (1)
146internal static readonly string[] InvariantAbbreviatedMonthNames = InvariantFormatInfo.AbbreviatedMonthNames;
system\globalization\datetimeformatinfo.cs (2)
2254MonthNames, internalGetGenitiveMonthNames(false), AbbreviatedMonthNames, internalGetGenitiveMonthNames(true)); 2256MonthNames, internalGetGenitiveMonthNames(false), AbbreviatedMonthNames, internalGetGenitiveMonthNames(true));
PresentationFramework (1)
src\Framework\System\Windows\Controls\DateTimeHelper.cs (1)
256string[] monthNames = format.AbbreviatedMonthNames;