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