3 references to s_hscrollEvent
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
1558add => Events.AddHandler(s_hscrollEvent, value); 1559remove => Events.RemoveHandler(s_hscrollEvent, value); 2537((EventHandler?)Events[s_hscrollEvent])?.Invoke(this, e);