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)
171if (_shield == null) { 189if (_shield == null) { 192return _shield;