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