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