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