6 references to Exit
System.Windows.Forms (2)
System\Windows\Forms\Application.cs (1)
1328Exit();
System\Windows\Forms\Application.ThreadContext.cs (1)
620Exit();
System.Windows.Forms.Tests (4)
System\Windows\Forms\ApplicationTests.cs (4)
364/// Test <see cref="Application.Exit()"/> fire Closing events in correct order for MDI windows. 412Application.Exit(); 474/// Test <see cref="Application.Exit()"/> fire Closing events in which we close existing and open new forms. 607Application.Exit();