2 references to ApplicationExitCall
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (2)
5452
OnFormClosed(new FormClosedEventArgs(CloseReason.
ApplicationExitCall
));
5461
FormClosingEventArgs e = new FormClosingEventArgs(CloseReason.
ApplicationExitCall
, false);