3 references to CheckCloseDialog
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Application.cs (2)
3560
continueLoop = !form.
CheckCloseDialog
(false);
3981
if (currentForm == null || currentForm.
CheckCloseDialog
(false)) {
winforms\Managed\System\WinForms\Form.cs (1)
7018
e.Cancel = !
CheckCloseDialog
(true);