3 types derived from TextBoxBase
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
38
public class MaskedTextBox :
TextBoxBase
winforms\Managed\System\WinForms\RichTextBox.cs (1)
51
public class RichTextBox :
TextBoxBase
{
winforms\Managed\System\WinForms\TextBox.cs (1)
41
public 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)
486
private static void SetCaretAt(
TextBoxBase
textBox, int position)