3 references to MockCursor
System.Windows.Forms.Primitives.Tests (3)
Interop\Mocks\MockCursor.cs (1)
37internal HCURSOR Handle => _handle.IsNull ? throw new ObjectDisposedException(nameof(MockCursor)) : _handle;
Interop\Ole32\IPictureTests.cs (2)
18using MockCursor arrow = new(PInvoke.IDC_ARROW); 34using MockCursor arrow = new(PInvoke.IDC_ARROW);