1 type derived from RichTextBox
System.Windows.Forms.Design (1)
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (1)
14private class MultilineStringEditorUI : RichTextBox
14 references to RichTextBox
System.Windows.Forms (12)
System\Windows\Forms\Controls\Labels\LinkClickedEventArgs.cs (1)
7/// Provides data for the <see cref="RichTextBox.LinkClicked"/> event.
System\Windows\Forms\Controls\Labels\LinkClickedEventHandler.cs (2)
7/// Represents a method that will handle the <see cref="RichTextBox.LinkClicked"/> 8/// event of a <see cref="RichTextBox"/>.
System\Windows\Forms\Controls\RichTextBox\ContentsResizedEventArgs.cs (2)
9/// Provides data for the <see cref="RichTextBox.ContentsResized"/> event. 23/// Represents the requested size of the <see cref="RichTextBox"/> control.
System\Windows\Forms\Controls\RichTextBox\ContentsResizedEventHandler.cs (2)
7/// Represents a method that will handle the <see cref="RichTextBox.ContentsResized"/> 8/// event of a <see cref="RichTextBox"/>.
System\Windows\Forms\Controls\RichTextBox\RichTextBox.OleCallback.cs (2)
18private readonly RichTextBox _owner; 23internal OleCallback(RichTextBox owner) => _owner = owner;
System\Windows\Forms\Controls\RichTextBox\RichTextBoxFinds.cs (1)
7/// Specifies how the <see cref="RichTextBox.Find(string, RichTextBoxFinds)"/> method works.
System\Windows\Forms\Controls\RichTextBox\RichTextBoxScrollBars.cs (1)
7/// Specifies how a <see cref="RichTextBox"/> control displays scroll bars.
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1128/// Make this a method on <see cref="TextBoxBase"/> rather than <see cref="RichTextBox"/> (which is the only
System.Windows.Forms.Design (2)
System\ComponentModel\Design\MultilineStringEditor.OleCallback.cs (2)
19private readonly RichTextBox _owner; 21internal OleCallback(RichTextBox owner) => _owner = owner;