1 override of ScrollInternal
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
712internal override void ScrollInternal(int delta) {
2 references to ScrollInternal
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
3861ScrollInternal(se.OldValue - se.NewValue);
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
713base.ScrollInternal(delta);