1 write to _information
System.Drawing (1)
commonui\System\Drawing\SystemIcons.cs (1)
116
_information
= new Icon( SafeNativeMethods.LoadIcon( NativeMethods.NullHandleRef, SafeNativeMethods.IDI_INFORMATION ));
2 references to _information
System.Drawing (2)
commonui\System\Drawing\SystemIcons.cs (2)
115
if (
_information
== null)
117
return
_information
;