4 writes to culture
System (4)
compmod\system\componentmodel\MaskedTextProvider.cs (4)
271
this.
culture
= tempCulture;
279
this.
culture
= CultureInfo.InvariantCulture;
284
this.
culture
= culture;
289
this.
culture
= CultureInfo.ReadOnly(this.culture);
11 references to culture
System (11)
compmod\system\componentmodel\MaskedTextProvider.cs (11)
277
if (this.
culture
== null)
287
if (!this.
culture
.IsReadOnly)
289
this.culture = CultureInfo.ReadOnly(this.
culture
);
340
locSymbol = this.
culture
.NumberFormat.NumberDecimalSeparator;
345
locSymbol = this.
culture
.NumberFormat.NumberGroupSeparator;
350
locSymbol = this.
culture
.DateTimeFormat.TimeSeparator;
355
locSymbol = this.
culture
.DateTimeFormat.DateSeparator;
360
locSymbol = this.
culture
.NumberFormat.CurrencySymbol;
558
return this.
culture
;
2210
input = this.
culture
.TextInfo.ToLower(input);
2217
input = this.
culture
.TextInfo.ToUpper(input);