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