2 writes to _lastMouseAbs
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (2)
547_lastMouseAbs = new Point(mouseLoc.X, mouseLoc.Y); 548PInvoke.ClientToScreen(_behaviorService.AdornerWindowControl, ref _lastMouseAbs);
3 references to _lastMouseAbs
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (3)
480if (_lastMouseAbs != Point.Empty) 484if (mouseLocAbs.X == _lastMouseAbs.X && mouseLocAbs.Y == _lastMouseAbs.Y)