7 references to Exit
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
969If e.ExitApplication Then Application.Exit()
System.Windows.Forms (2)
System\Windows\Forms\Application.cs (1)
1292Exit();
System\Windows\Forms\Application.ThreadContext.cs (1)
632Exit();
System.Windows.Forms.Tests (4)
System\Windows\Forms\ApplicationTests.cs (4)
362/// Test <see cref="Application.Exit()"/> fire Closing events in correct order for MDI windows. 410Application.Exit(); 472/// Test <see cref="Application.Exit()"/> fire Closing events in which we close existing and open new forms. 605Application.Exit();