1 write to _question
System.Drawing (1)
commonui\System\Drawing\SystemIcons.cs (1)
130
_question
= new Icon( SafeNativeMethods.LoadIcon( NativeMethods.NullHandleRef, SafeNativeMethods.IDI_QUESTION ));
2 references to _question
System.Drawing (2)
commonui\System\Drawing\SystemIcons.cs (2)
129
if (
_question
== null)
131
return
_question
;