3 types derived from TextBoxBase
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
38public class MaskedTextBox : TextBoxBase
winforms\Managed\System\WinForms\RichTextBox.cs (1)
51public class RichTextBox : TextBoxBase {
winforms\Managed\System\WinForms\TextBox.cs (1)
41public class TextBox : TextBoxBase {
2 references to TextBoxBase
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
205/// Implements the <see cref='System.Windows.Forms.TextBoxBase.ShortcutsEnabled'/> property.
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.cs (1)
486private static void SetCaretAt(TextBoxBase textBox, int position)