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