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