2 types derived from RichTextBox
System.Web.Mobile (1)
UI\MobileControls\Design\Util\HeaderLabel.cs (1)
19internal class HeaderLabel : RichTextBox
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
1193private sealed class HelpTextWindow : RichTextBox
16 references to RichTextBox
System.Windows.Forms (16)
winforms\Managed\System\WinForms\LinkClickEvent.cs (1)
20/// Provides data for the <see cref='System.Windows.Forms.RichTextBox.LinkClicked'/> event.
winforms\Managed\System\WinForms\LinkClickEventHandler.cs (2)
18/// the <see cref='System.Windows.Forms.RichTextBox.LinkClicked'/> event of 19/// a <see cref='System.Windows.Forms.RichTextBox'/>.
winforms\Managed\System\WinForms\RequestResizeEvent.cs (2)
18/// Provides data for the <see cref='System.Windows.Forms.RichTextBox.ContentsResized'/> event. 39/// Represents the requested size of the <see cref='System.Windows.Forms.RichTextBox'/> control.
winforms\Managed\System\WinForms\RequestResizeEventHandler.cs (2)
16/// <para>Represents the method that will handle the <see cref='System.Windows.Forms.RichTextBox.ContentsResized'/> event of 17/// a <see cref='System.Windows.Forms.RichTextBox'/>.</para>
winforms\Managed\System\WinForms\RichTextBox.cs (7)
1823case RichTextBox.OUTPUT: { 1829case RichTextBox.RTF: 1830case RichTextBox.TEXTCRLF: 1834case RichTextBox.TEXTLF: 1892case RichTextBox.INPUT: { 3773private RichTextBox owner; 3777internal OleCallback(RichTextBox owner) {
winforms\Managed\System\WinForms\RichTextBoxFinds.cs (1)
18/// Specifies how the <see cref='System.Windows.Forms.RichTextBox.Find'/> method works.
winforms\Managed\System\WinForms\RichTextBoxScrollBars.cs (1)
19/// Specifies how a <see cref='System.Windows.Forms.RichTextBox'/> control displays scroll bars.