4 references to Hand
PresentationCore (1)
System\Windows\Input\CursorConverter.cs (1)
140return Cursors.Hand;
PresentationFramework (1)
System\Windows\Documents\Hyperlink.cs (1)
899fe.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);