2 references to OnSelectionChanged
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3410
OnSelectionChanged
(EventArgs.Empty);
System.Windows.Forms.Tests (1)
System\Windows\Forms\RichTextBoxTests.cs (1)
10996
public new void OnSelectionChanged(EventArgs e) => base.
OnSelectionChanged
(e);