7 references to s_formStateIconSet
System.Windows.Forms (7)
System\Windows\Forms\Form.cs (7)
205
Debug.Assert(_formState[
s_formStateIconSet
] == 0, "Failed to set formState[FormStateIconSet]");
690
if (_formState[
s_formStateIconSet
] == 0)
1006
if (_formState[
s_formStateIconSet
] == 0)
1025
_formState[
s_formStateIconSet
] = value is null ? 0 : 1;
5039
_formState[
s_formStateIconSet
] = 0;
5981
return _formState[
s_formStateIconSet
] == 1;
6461
if ((FormBorderStyle == FormBorderStyle.FixedDialog && _formState[
s_formStateIconSet
] == 0) || !ShowIcon)