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