5 writes to scrollAmount
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (5)
631
this.
scrollAmount
-= delta;
637
this.
scrollAmount
= 0;
644
this.
scrollAmount
= 0;
707
this.
scrollAmount
= this.DisplayRectangle.Top - this.Items[0].Bounds.Top;
714
this.
scrollAmount
+= delta;
1 reference to scrollAmount
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
661
int requiredScrollAmount = this.
scrollAmount
- alreadyScrolled;