5 references to PropTrueValue
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (5)
422
return this.Properties.GetObject(
PropTrueValue
);
426
if (value != null || this.Properties.ContainsObject(
PropTrueValue
))
428
this.Properties.SetObject(
PropTrueValue
, value);
448
if (value != null || this.Properties.ContainsObject(
PropTrueValue
))
450
this.Properties.SetObject(
PropTrueValue
, value);