1 write to _asterisk
System.Drawing (1)
commonui\System\Drawing\SystemIcons.cs (1)
60
_asterisk
= new Icon( SafeNativeMethods.LoadIcon( NativeMethods.NullHandleRef, SafeNativeMethods.IDI_ASTERISK ));
2 references to _asterisk
System.Drawing (2)
commonui\System\Drawing\SystemIcons.cs (2)
59
if (
_asterisk
== null)
61
return
_asterisk
;