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