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