5 references to PropIndeterminateValue
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (5)
337
return this.Properties.GetObject(
PropIndeterminateValue
);
341
if (value != null || this.Properties.ContainsObject(
PropIndeterminateValue
))
343
this.Properties.SetObject(
PropIndeterminateValue
, value);
363
if (value != null || this.Properties.ContainsObject(
PropIndeterminateValue
))
365
this.Properties.SetObject(
PropIndeterminateValue
, value);