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