1 write to defaultRestrictedIcon
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Form.cs (1)
1135defaultRestrictedIcon = new Icon(typeof(Form), "wfsecurity.ico");
3 references to defaultRestrictedIcon
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (3)
1128if (defaultRestrictedIcon == null) { 1134if (defaultRestrictedIcon == null) { 1139return defaultRestrictedIcon;