1 instantiation of ThreadExceptionDialog
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadContext.cs (1)
605
ThreadExceptionDialog dialog =
new
(ex);
4 references to ThreadExceptionDialog
System.Windows.Forms (4)
System\Windows\Forms\Application.ThreadContext.cs (1)
605
ThreadExceptionDialog
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.