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