5 writes to _scrollAmount
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (5)
621
_scrollAmount
-= delta;
629
_scrollAmount
= 0;
636
=>
_scrollAmount
= 0;
713
_scrollAmount
= DisplayRectangle.Top - Items[0].Bounds.Top;
720
_scrollAmount
+= delta;
1 reference to _scrollAmount
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (1)
654
int requiredScrollAmount =
_scrollAmount
- alreadyScrolled;