2 instantiations of ThreadExceptionDialog
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadContext.cs (1)
618ThreadExceptionDialog dialog = new(ex);
WinFormsControlsTest (1)
Dialogs.cs (1)
123using ThreadExceptionDialog dialog = new(new InvalidOperationException("Really long exception description string, because we want to see if it properly wraps around or is truncated."));
5 references to ThreadExceptionDialog
System.Windows.Forms (4)
System\Windows\Forms\Application.ThreadContext.cs (1)
618ThreadExceptionDialog dialog = new(ex);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (2)
45_expandImage = ScaleHelper.GetSmallIconResourceAsBitmap(typeof(ThreadExceptionDialog), "down", ScaleHelper.InitialSystemDpi); 46_collapseImage = ScaleHelper.GetSmallIconResourceAsBitmap(typeof(ThreadExceptionDialog), "up", ScaleHelper.InitialSystemDpi);
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
72/// Initializes a new instance of the <see cref="ThreadExceptionDialog"/> class.
WinFormsControlsTest (1)
Dialogs.cs (1)
123using ThreadExceptionDialog dialog = new(new InvalidOperationException("Really long exception description string, because we want to see if it properly wraps around or is truncated."));