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