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