5 writes to _scrollAmount
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (5)
635
_scrollAmount
-= delta;
643
_scrollAmount
= 0;
650
=>
_scrollAmount
= 0;
728
_scrollAmount
= DisplayRectangle.Top - Items[0].Bounds.Top;
735
_scrollAmount
+= delta;
1 reference to _scrollAmount
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (1)
668
int requiredScrollAmount =
_scrollAmount
- alreadyScrolled;