2 references to FormStateExWindowClosing
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (2)
1347
return formStateEx[
FormStateExWindowClosing
] == 1;
1350
formStateEx[
FormStateExWindowClosing
] = value ? 1 : 0;