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