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