2 writes to expandImage
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (2)
78expandImage = new Bitmap(typeof(ThreadExceptionDialog), "down.bmp"); 81DpiHelper.ScaleBitmapLogicalToDevice(ref expandImage);
3 references to expandImage
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (3)
79expandImage.MakeTransparent(); 104detailsBtn.Image = expandImage; 115detailsBtn.Image = expandImage;