2 writes to threadExceptionHandler
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
980current.threadExceptionHandler = value; 986current.threadExceptionHandler -= value;
3 references to threadExceptionHandler
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Application.cs (3)
2576return threadExceptionHandler != null; 3239if (threadExceptionHandler != null) { 3240threadExceptionHandler(Thread.CurrentThread, new ThreadExceptionEventArgs(t));