3 references to UpArrow
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
51public static Cursor UpArrow => s_upArrow ??= new(PInvoke.IDC_UPARROW, nameof(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);