11 references to ThreadExit
System.Windows.Forms (2)
System\Windows\Forms\Application.ThreadContext.cs (1)
729ApplicationContext!.ThreadExit += OnAppThreadExit;
System\Windows\Forms\ApplicationContext.cs (1)
126protected virtual void ExitThreadCore() => ThreadExit?.Invoke(this, EventArgs.Empty);
System.Windows.Forms.Tests (9)
System\Windows\Forms\ApplicationContextTests.cs (9)
79context.ThreadExit += handler; 108context.ThreadExit += handler; 142context.ThreadExit += handler; 298context.ThreadExit += handler; 309context.ThreadExit -= handler; 337context.ThreadExit += handler; 348context.ThreadExit -= handler; 371context.ThreadExit += handler; 382context.ThreadExit -= handler;