2 writes to _threadExceptionHandler
System.Windows.Forms (2)
System\Windows\Forms\Application.cs (2)
875
current.
_threadExceptionHandler
= value;
883
current.
_threadExceptionHandler
-= value;
3 references to _threadExceptionHandler
System.Windows.Forms (3)
System\Windows\Forms\Application.ThreadContext.cs (3)
96
internal bool CustomThreadExceptionHandlerAttached =>
_threadExceptionHandler
is not null;
592
if (
_threadExceptionHandler
is not null)
594
_threadExceptionHandler
(Thread.CurrentThread, new ThreadExceptionEventArgs(ex));