24 references to undef
mscorlib (24)
system\globalization\culturedata.cs (24)
92
private int iGeoId =
undef
; // GeoId
115
private int iNegativePercent =
undef
; // Negative Percent (0-3)
116
private int iPositivePercent =
undef
; // Positive Percent (0-11)
134
private int iMeasure =
undef
; // (user can override) system of measurement 0=metric, 1=US (RegionInfo)
147
private int iFirstDayOfWeek =
undef
; // (user can override) first day of week (gregorian really)
148
private int iFirstWeekOfYear =
undef
; // (user can override) first week of year (gregorian really)
155
private int iReadingLayout =
undef
; // Reading layout data
167
private int iDefaultAnsiCodePage =
undef
; // default ansi code page ID (ACP)
168
private int iDefaultOemCodePage =
undef
; // default oem code page ID (OCP or OEM)
169
private int iDefaultMacCodePage =
undef
; // default macintosh code page
170
private int iDefaultEbcdicCodePage =
undef
; // default EBCDIC code page
178
private int iInputLanguageHandle=
undef
;// input language handle
1497
if (this.iGeoId ==
undef
)
1625
if (this.iInputLanguageHandle ==
undef
)
1759
if (this.iNegativePercent ==
undef
)
1773
if (this.iPositivePercent ==
undef
)
1910
if (this.iMeasure ==
undef
2188
if (this.iFirstDayOfWeek ==
undef
2206
if (this.iFirstWeekOfYear ==
undef
2460
if (this.iReadingLayout ==
undef
)
2614
if (this.iDefaultAnsiCodePage ==
undef
)
2626
if (this.iDefaultOemCodePage ==
undef
)
2638
if (this.iDefaultMacCodePage ==
undef
)
2650
if (this.iDefaultEbcdicCodePage ==
undef
)