5 references to PropFalseValue
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (5)
241
return this.Properties.GetObject(
PropFalseValue
);
245
if (value != null || this.Properties.ContainsObject(
PropFalseValue
))
247
this.Properties.SetObject(
PropFalseValue
, value);
267
if (value != null || this.Properties.ContainsObject(
PropFalseValue
))
269
this.Properties.SetObject(
PropFalseValue
, value);