2 references to s_formStateExWindowClosing
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
1044
return _formStateEx[
s_formStateExWindowClosing
] == 1;
1048
_formStateEx[
s_formStateExWindowClosing
] = value ? 1 : 0;