1 reference to IDC_UPARROW
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
51public static Cursor UpArrow => s_upArrow ??= new(PInvoke.IDC_UPARROW, nameof(UpArrow));