1 override of ExitThreadCore
System.Windows.Forms (1)
System\Windows\Forms\Application.ModalApplicationContext.cs (1)
57
protected override void
ExitThreadCore
()
2 references to ExitThreadCore
System.Windows.Forms (2)
System\Windows\Forms\ApplicationContext.cs (2)
113
public void ExitThread() =>
ExitThreadCore
();
124
protected virtual void OnMainFormClosed(object? sender, EventArgs e) =>
ExitThreadCore
();