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