2 references to IDC_ARROW
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Cursors.cs (2)
114
arrow = new Cursor(NativeMethods.
IDC_ARROW
,0);
138
defaultCursor = new Cursor(NativeMethods.
IDC_ARROW
,0);