7 references to s_formStateIconSet
System.Windows.Forms (7)
System\Windows\Forms\Form.cs (7)
202
Debug.Assert(_formState[
s_formStateIconSet
] == 0, "Failed to set formState[FormStateIconSet]");
687
if (_formState[
s_formStateIconSet
] == 0)
1003
if (_formState[
s_formStateIconSet
] == 0)
1022
_formState[
s_formStateIconSet
] = value is null ? 0 : 1;
5023
_formState[
s_formStateIconSet
] = 0;
5965
return _formState[
s_formStateIconSet
] == 1;
6445
if ((FormBorderStyle == FormBorderStyle.FixedDialog && _formState[
s_formStateIconSet
] == 0) || !ShowIcon)