2 writes to _shield
System.Drawing (2)
commonui\System\Drawing\SystemIcons.cs (2)
181
_shield
= new Icon( hIcon );
190
_shield
= new Icon(typeof(SystemIcons), "ShieldIcon.ico");
3 references to _shield
System.Drawing (3)
commonui\System\Drawing\SystemIcons.cs (3)
171
if (
_shield
== null) {
189
if (
_shield
== null) {
192
return
_shield
;