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