13 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)
512nameof(ToolStripPanel.Scroll),
System.Windows.Forms.Tests (8)
System\Windows\Forms\ScrollableControlTests.cs (4)
2008control.Scroll += handler; 2014control.Scroll -= handler; 2041control.Scroll += handler; 2050control.Scroll -= handler;
System\Windows\Forms\ToolStripTests.cs (4)
6598control.Scroll += handler; 6605control.Scroll -= handler; 6648control.Scroll += handler; 6658control.Scroll -= handler;