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