1 instantiation of ThreadExceptionDialog
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Application.cs (1)
3244ThreadExceptionDialog td = new ThreadExceptionDialog(t);
4 references to ThreadExceptionDialog
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Application.cs (1)
3244ThreadExceptionDialog td = new ThreadExceptionDialog(t);
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (2)
78expandImage = new Bitmap(typeof(ThreadExceptionDialog), "down.bmp"); 83collapseImage = new Bitmap(typeof(ThreadExceptionDialog), "up.bmp");
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
95/// Initializes a new instance of the <see cref='System.Windows.Forms.ThreadExceptionDialog'/> class.