4 references to s_propTrueValue
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (4)
362get => Properties.GetValueOrDefault<object?>(s_propTrueValue); 365if (value is not null || Properties.ContainsKey(s_propTrueValue)) 367Properties.AddOrRemoveValue(s_propTrueValue, value); 385set => Properties.AddOrRemoveValue(s_propTrueValue, value);