7 references to PropNullValue
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (7)
363if (!this.Properties.ContainsObject(PropNullValue)) 367object nullValue = this.Properties.GetObject(PropNullValue); 382if (this.Properties.ContainsObject(PropNullValue)) 384return this.Properties.GetObject(PropNullValue); 400this.Properties.ContainsObject(PropNullValue)) 402this.Properties.RemoveObject(PropNullValue); 406this.Properties.SetObject(PropNullValue, value);