1 write to s_defaultIcon
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
872
s_defaultIcon
??= new Icon(typeof(Form), "wfc");
3 references to s_defaultIcon
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
867
if (
s_defaultIcon
is null)
876
return
s_defaultIcon
;
1020
if (value ==
s_defaultIcon
)