2 references to Exit
System.Windows.Forms (2)
System\Windows\Forms\Application.cs (2)
971/// Overload of <see cref="Exit(CancelEventArgs)"/> that does not care about e.Cancel. 973public static void Exit() => Exit(null);