1 write to _screenOffset
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
765_screenOffset = SystemInformation.WorkingArea.Location;
4 references to _screenOffset
System.Windows.Forms.UI.IntegrationTests (4)
DragDropTests.cs (4)
916if (((MousePosition.X - _screenOffset.X) < form.DesktopBounds.Left) || 917((MousePosition.X - _screenOffset.X) > form.DesktopBounds.Right) || 918((MousePosition.Y - _screenOffset.Y) < form.DesktopBounds.Top) || 919((MousePosition.Y - _screenOffset.Y) > form.DesktopBounds.Bottom))