2 references to IDC_ARROW
System.Windows.Forms (2)
System\Windows\Forms\Input\Cursors.cs (2)
41
public static Cursor Arrow => s_arrow ??= new(PInvoke.
IDC_ARROW
, nameof(Arrow));
43
public static Cursor Default => s_defaultCursor ??= new(PInvoke.
IDC_ARROW
, nameof(Default));