1 write to defaultIcon
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Form.cs (1)
1101
defaultIcon
= new Icon(typeof(Form), "wfc.ico");
4 references to defaultIcon
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (4)
1095
if (
defaultIcon
== null) {
1100
if (
defaultIcon
== null) {
1105
return
defaultIcon
;
1323
if (value ==
defaultIcon
) {