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)
654int requiredScrollAmount = _scrollAmount - alreadyScrolled;