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