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)
131
using Cursor sourceCursor =
new
(stream);
System\Windows\Forms\CursorTests.cs (5)
69
using Cursor cursor =
new
(stream);
81
using Cursor cursor =
new
(stream);
88
Assert.Throws<ArgumentException>("stream", () => new
Cursor
(new MemoryStream()));
94
Assert.Throws<ArgumentNullException>("stream", () => new
Cursor
((Stream)null));
113
Assert.Throws<ArgumentException>("stream", () => new
Cursor
(stream));
System\Windows\Forms\EmbeddedResourceTests.cs (1)
238
using Cursor cursor =
new
(stream);