3 references to s_propFalseValue
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (3)
209get => Properties.GetValueOrDefault<object?>(s_propFalseValue); 212Properties.AddOrRemoveValue(s_propFalseValue, value); 229set => Properties.AddOrRemoveValue(s_propFalseValue, value);