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