2 references to OnLinkClicked
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3152
OnLinkClicked
(new LinkClickedEventArgs(linktext, enlink.charrange.cpMin, enlink.charrange.cpMax - enlink.charrange.cpMin));
System.Windows.Forms.Tests (1)
System\Windows\Forms\RichTextBoxTests.cs (1)
10992
public new void OnLinkClicked(LinkClickedEventArgs e) => base.
OnLinkClicked
(e);