2 writes to _threadExceptionHandler
System.Windows.Forms (2)
System\Windows\Forms\Application.cs (2)
871
current.
_threadExceptionHandler
= value;
879
current.
_threadExceptionHandler
-= value;
3 references to _threadExceptionHandler
System.Windows.Forms (3)
System\Windows\Forms\Application.ThreadContext.cs (3)
101
internal bool CustomThreadExceptionHandlerAttached =>
_threadExceptionHandler
is not null;
605
if (
_threadExceptionHandler
is not null)
607
_threadExceptionHandler
(Thread.CurrentThread, new ThreadExceptionEventArgs(ex));