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