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