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)
597
if (!
_autoScrollPosBeforeDragging
.IsEmpty)
604
SetTrayLocation(comp, new Point(tc.Location.X -
_autoScrollPosBeforeDragging
.X, tc.Location.Y -
_autoScrollPosBeforeDragging
.Y));
608
AutoScrollPosition = new Point(-
_autoScrollPosBeforeDragging
.X, -
_autoScrollPosBeforeDragging
.Y);