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