2 references to Cursor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Cursor.cs (1)
140public Cursor(Type type, string resource) : this(type.Module.Assembly.GetManifestResourceStream(type,resource)) {
winforms\Managed\System\WinForms\CursorConverter.cs (1)
76return new Cursor(ms);