3 references to ThreadExit
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Application.cs (1)
3387
applicationContext.
ThreadExit
+= new EventHandler(OnAppThreadExit);
winforms\Managed\System\WinForms\ApplicationContext.cs (2)
133
if (
ThreadExit
!= null) {
134
ThreadExit
(this, EventArgs.Empty);