3 references to UpArrow
PresentationCore (1)
System\Windows\Input\CursorConverter.cs (1)
136return 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);