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