3 references to UpArrow
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
51
public 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
);