1 write to _exclamation
System.Drawing (1)
commonui\System\Drawing\SystemIcons.cs (1)
88
_exclamation
= new Icon( SafeNativeMethods.LoadIcon( NativeMethods.NullHandleRef, SafeNativeMethods.IDI_EXCLAMATION ));
2 references to _exclamation
System.Drawing (2)
commonui\System\Drawing\SystemIcons.cs (2)
87
if (
_exclamation
== null)
89
return
_exclamation
;