2 references to Cursor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
487return System.Internal.HandleCollector.Add(IntCopyImage(hImage, uType, cxDesired, cyDesired, fuFlags), NativeMethods.CommonHandles.Cursor);
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
1535System.Internal.HandleCollector.Remove((IntPtr)hCurs, NativeMethods.CommonHandles.Cursor);