4 references to CursorSize
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursor.cs (1)
199
s_cursorSize = SystemInformation.
CursorSize
;
System.Windows.Forms.Primitives.Tests (1)
Interop\Mocks\MockCursor.cs (1)
39
public Size Size => SystemInformation.
CursorSize
;
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
116
Size size = SystemInformation.
CursorSize
;
118
Assert.Equal(size, SystemInformation.
CursorSize
);