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