7 references to ErrorBitmap
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (3)
57return ErrorBitmap; 239if ((value && this.Value == ErrorBitmap) || (!value && this.Value == ErrorIcon)) 455img = ErrorBitmap;
winforms\Managed\System\WinForms\DataGridViewImageColumn.cs (4)
46defaultCellStyle.NullValue = DataGridViewImageCell.ErrorBitmap; 265(Bitmap) this.DefaultCellStyle.NullValue == DataGridViewImageCell.ErrorBitmap) 273this.DefaultCellStyle.NullValue = DataGridViewImageCell.ErrorBitmap; 325defaultNullValue = DataGridViewImageCell.ErrorBitmap;