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)
2006control.Scroll += handler; 2012control.Scroll -= handler; 2039control.Scroll += handler; 2048control.Scroll -= handler;
System\Windows\Forms\ToolStripTests.cs (4)
6596control.Scroll += handler; 6603control.Scroll -= handler; 6646control.Scroll += handler; 6656control.Scroll -= handler;