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]");
691
if (_formState[
s_formStateIconSet
] == 0)
1007
if (_formState[
s_formStateIconSet
] == 0)
1026
_formState[
s_formStateIconSet
] = value is null ? 0 : 1;
4949
_formState[
s_formStateIconSet
] = 0;
5866
return _formState[
s_formStateIconSet
] == 1;
6341
if ((FormBorderStyle == FormBorderStyle.FixedDialog && _formState[
s_formStateIconSet
] == 0) || !ShowIcon)