2 references to ThreadExit
System.Windows.Forms (2)
System\Windows\Forms\Application.ThreadContext.cs (1)
717ApplicationContext!.ThreadExit += OnAppThreadExit;
System\Windows\Forms\ApplicationContext.cs (1)
118protected virtual void ExitThreadCore() => ThreadExit?.Invoke(this, EventArgs.Empty);