7 references to PropDataSourceNullValue
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (7)
175if (this.Properties.ContainsObject(PropDataSourceNullValue)) 177return this.Properties.GetObject(PropDataSourceNullValue); 192this.Properties.ContainsObject(PropDataSourceNullValue)) 194this.Properties.RemoveObject(PropDataSourceNullValue); 198this.Properties.SetObject(PropDataSourceNullValue, value); 333if (!this.Properties.ContainsObject(PropDataSourceNullValue)) 337return this.Properties.GetObject(PropDataSourceNullValue) == System.DBNull.Value;