2 references to ApplicationExitCall
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
4819
OnFormClosed(new FormClosedEventArgs(CloseReason.
ApplicationExitCall
));
4828
FormClosingEventArgs e = new(CloseReason.
ApplicationExitCall
, false);