1 write to _hand
System.Drawing (1)
commonui\System\Drawing\SystemIcons.cs (1)
102
_hand
= new Icon( SafeNativeMethods.LoadIcon( NativeMethods.NullHandleRef, SafeNativeMethods.IDI_HAND ));
2 references to _hand
System.Drawing (2)
commonui\System\Drawing\SystemIcons.cs (2)
101
if (
_hand
== null)
103
return
_hand
;