3 references to UpArrow
PresentationCore (1)
System\Windows\Input\CursorConverter.cs (1)
136
return Cursors.
UpArrow
;
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
61
_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.UpArrow, SWI.Cursors.
UpArrow
);
101
_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.
UpArrow
, SWF.Cursors.UpArrow);