5 references to Scroll
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
731add => base.Scroll += value; 732remove => base.Scroll -= value;
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
687control.Scroll -= OnScroll; 1201control.Scroll += OnScroll;
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
500nameof(ToolStripPanel.Scroll),