7 references to s_formStateIconSet
System.Windows.Forms (7)
System\Windows\Forms\Form.cs (7)
203
Debug.Assert(_formState[
s_formStateIconSet
] == 0, "Failed to set formState[FormStateIconSet]");
688
if (_formState[
s_formStateIconSet
] == 0)
1004
if (_formState[
s_formStateIconSet
] == 0)
1023
_formState[
s_formStateIconSet
] = value is null ? 0 : 1;
5040
_formState[
s_formStateIconSet
] = 0;
5954
return _formState[
s_formStateIconSet
] == 1;
6434
if ((FormBorderStyle == FormBorderStyle.FixedDialog && _formState[
s_formStateIconSet
] == 0) || !ShowIcon)