8 references to Cursor
System.Windows.Forms (1)
System\Windows\Forms\Input\CursorConverter.cs (1)
70
return new
Cursor
(ms);
System.Windows.Forms.Tests (7)
System\Windows\Forms\CursorConverterTests.cs (1)
129
using Cursor sourceCursor =
new
(stream);
System\Windows\Forms\CursorTests.cs (5)
67
using Cursor cursor =
new
(stream);
79
using Cursor cursor =
new
(stream);
86
Assert.Throws<ArgumentException>("stream", () => new
Cursor
(new MemoryStream()));
92
Assert.Throws<ArgumentNullException>("stream", () => new
Cursor
((Stream)null));
111
Assert.Throws<ArgumentException>("stream", () => new
Cursor
(stream));
System\Windows\Forms\EmbeddedResourceTests.cs (1)
236
using Cursor cursor =
new
(stream);