1 write to _autoScrollPosBeforeDragging
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
1070_autoScrollPosBeforeDragging = AutoScrollPosition;
5 references to _autoScrollPosBeforeDragging
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ComponentTray.cs (5)
597if (!_autoScrollPosBeforeDragging.IsEmpty) 604SetTrayLocation(comp, new Point(tc.Location.X - _autoScrollPosBeforeDragging.X, tc.Location.Y - _autoScrollPosBeforeDragging.Y)); 608AutoScrollPosition = new Point(-_autoScrollPosBeforeDragging.X, -_autoScrollPosBeforeDragging.Y);