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