2 overrides of ExitThreadCore
System.Windows.Forms (1)
System\Windows\Forms\Application.ModalApplicationContext.cs (1)
57protected override void ExitThreadCore()
System.Windows.Forms.Tests (1)
System\Windows\Forms\ApplicationContextTests.cs (1)
226protected override void ExitThreadCore()
4 references to ExitThreadCore
System.Windows.Forms (2)
System\Windows\Forms\ApplicationContext.cs (2)
121public void ExitThread() => ExitThreadCore(); 132protected virtual void OnMainFormClosed(object? sender, EventArgs e) => ExitThreadCore();
System.Windows.Forms.Tests (2)
System\Windows\Forms\ApplicationContextTests.cs (2)
229base.ExitThreadCore(); 409public new void ExitThreadCore() => base.ExitThreadCore();