7 references to ErrorBitmap
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (3)
44return ErrorBitmap; 166if ((value && Value == ErrorBitmap) || (!value && Value == ErrorIcon)) 388img = ErrorBitmap;
System\Windows\Forms\Controls\DataGridView\DataGridViewImageColumn.cs (4)
30: DataGridViewImageCell.ErrorBitmap 223bitmap == DataGridViewImageCell.ErrorBitmap) 231DefaultCellStyle.NullValue = DataGridViewImageCell.ErrorBitmap; 272: DataGridViewImageCell.ErrorBitmap;