1 write to errorBmp
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
111errorBmp = new Bitmap(typeof(DataGridView), "ImageInError.bmp");
2 references to errorBmp
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (2)
109if (errorBmp == null) 113return errorBmp;