4 references to CheckCloseDialog
System.Windows.Forms (4)
System\Windows\Forms\Application.ComponentThreadContext.cs (2)
302
continueLoop = !form.
CheckCloseDialog
(false);
443
if (CurrentForm is null || CurrentForm.
CheckCloseDialog
(false))
System\Windows\Forms\Application.LightThreadContext.cs (1)
53
if (CurrentForm is not { } form || form.
CheckCloseDialog
(closingOnly: false))
System\Windows\Forms\Form.cs (1)
6595
e.Cancel = !
CheckCloseDialog
(true);