4 references to Hand
PresentationCore (1)
System\Windows\Input\CursorConverter.cs (1)
136
return Cursors.
Hand
;
PresentationFramework (1)
System\Windows\Documents\Hyperlink.cs (1)
893
fe.Cursor = Cursors.
Hand
;
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
37
_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.Hand, SWI.Cursors.
Hand
);
77
_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.
Hand
, SWF.Cursors.Hand);