4 references to s_propFormatProvider
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (4)
193get => Properties.GetValueOrDefault<IFormatProvider>(s_propFormatProvider) ?? Globalization.CultureInfo.CurrentCulture; 196IFormatProvider? originalValue = Properties.AddOrRemoveValue(s_propFormatProvider, value); 221public bool IsFormatProviderDefault => !Properties.ContainsKey(s_propFormatProvider); 525private bool ShouldSerializeFormatProvider() => Properties.ContainsKey(s_propFormatProvider);