3 references to Cursor
System.Windows.Forms (3)
System\Windows\Forms\Input\Cursor.cs (2)
46
:
this
(typeof(Cursors).Assembly.GetManifestResourceStream(typeof(Cursor), resource).OrThrowIfNull())
84
:
this
(type.OrThrowIfNull().Module.Assembly.GetManifestResourceStream(type, resource)!)
System\Windows\Forms\Input\CursorConverter.cs (1)
70
return new
Cursor
(ms);