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