1 instantiation of ThreadExceptionDialog
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Application.cs (1)
3244
ThreadExceptionDialog td = new
ThreadExceptionDialog
(t);
4 references to ThreadExceptionDialog
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Application.cs (1)
3244
ThreadExceptionDialog
td = new ThreadExceptionDialog(t);
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (2)
78
expandImage = new Bitmap(typeof(
ThreadExceptionDialog
), "down.bmp");
83
collapseImage = 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.