4 references to s_propDataSourceNullValue
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (4)
125get => Properties.TryGetValueOrNull(s_propDataSourceNullValue, out object? value) 131if (Properties.TryGetValueOrNull(s_propDataSourceNullValue, out object? oldValue) 137Properties.AddOrRemoveValue(s_propDataSourceNullValue, value, DBNull.Value); 210if (!Properties.TryGetValueOrNull(s_propDataSourceNullValue, out object? value))