3 references to s_propNullValue
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (3)
229
if (!Properties.TryGetValueOrNull(
s_propNullValue
, out object? nullValue))
243
get => Properties.GetValueOrDefaultAllowNull<object?>(
s_propNullValue
, string.Empty);
253
if (Properties.AddOrRemoveValue(
s_propNullValue
, value, defaultValue: string.Empty) != value)