14 types derived from TextBox
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxEditingControl.cs (1)
8public partial class DataGridViewTextBoxEditingControl : TextBox, IDataGridViewEditingControl
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
11private sealed partial class GridViewTextBox : TextBox, IMouseHookClient
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControl.cs (1)
12private class ToolStripTextBoxControl : TextBox
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (1)
10internal partial class UpDownEdit : TextBox
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1533private class TemplateTextBox : TextBox
System.Windows.Forms.Tests (9)
TextBoxBaseTests.cs (8)
3143private class ImeNotSupportedTextBox : TextBox 4503private class CustomCharFromPosTextBox : TextBox 4697private class CustomLineIndexTextBox : TextBox 4815private class CustomLineFromCharTextBox : TextBox 4972private class CustomPosFromCharTextBox : TextBox 6184private class CustomGetOleInterfaceTextBox : TextBox 7673private class CantCreateHandleTextBox : TextBox 7681private class SubTextBox : TextBox
TextBoxTests.cs (1)
675private class SubTextBox : TextBox
163 instantiations of TextBox
Accessibility_Core_App (3)
CommonControl2.Designer.cs (1)
53this.textBox1 = new System.Windows.Forms.TextBox();
DataBindingExample.Designer.cs (1)
32this.textBox1 = new System.Windows.Forms.TextBox();
PrintingControls.Designer.cs (1)
37this.txtPrint = new System.Windows.Forms.TextBox();
DesignSurface (3)
MainForm.MyUserControl.cs (3)
22TextBox textBox = new() 29TextBox textBox1 = new() 36TextBox textBox2 = new()
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (1)
39TextBox = New TextBox
PresentationUI (28)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (22)
42this._language = new System.Windows.Forms.TextBox(); 43this._title = new System.Windows.Forms.TextBox(); 45this._identifier = new System.Windows.Forms.TextBox(); 52this._version = new System.Windows.Forms.TextBox(); 54this._category = new System.Windows.Forms.TextBox(); 55this._status = new System.Windows.Forms.TextBox(); 56this._content = new System.Windows.Forms.TextBox(); 58this._author = new System.Windows.Forms.TextBox(); 59this._subject = new System.Windows.Forms.TextBox(); 60this._description = new System.Windows.Forms.TextBox(); 61this._keywords = new System.Windows.Forms.TextBox(); 67this._size = new System.Windows.Forms.TextBox(); 69this._filename = new System.Windows.Forms.TextBox(); 70this._documentType = new System.Windows.Forms.TextBox(); 74this._documentPrintedDate = new System.Windows.Forms.TextBox(); 75this._documentModifiedDate = new System.Windows.Forms.TextBox(); 76this._documentCreatedDate = new System.Windows.Forms.TextBox(); 77this._revision = new System.Windows.Forms.TextBox(); 83this._lastSaved = new System.Windows.Forms.TextBox(); 86this._fileModifiedDate = new System.Windows.Forms.TextBox(); 87this._fileAccessedDate = new System.Windows.Forms.TextBox(); 90this._fileCreatedDate = new System.Windows.Forms.TextBox();
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (2)
41_requestedLocationTextBox = new System.Windows.Forms.TextBox(); 45_requestedSignerNameTextBox = new System.Windows.Forms.TextBox();
MS\Internal\Documents\RMPublishingDialog.Designer.cs (3)
43this.textBoxUnrestrictedText = new System.Windows.Forms.TextBox(); 48this.textBoxUserName = new System.Windows.Forms.TextBox(); 58this.textBoxPermissionsContact = new System.Windows.Forms.TextBox();
MS\Internal\Documents\SigningDialog.Designer.cs (1)
44_locationTextBox = new System.Windows.Forms.TextBox();
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
248_detailsTextBox = new()
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1123using TextBox txtBox = new();
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
65private readonly TextBox _details = new();
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
37_cancellingTextBox = new TextBox()
System.Windows.Forms.Design (11)
System\ComponentModel\Design\ByteViewer.cs (1)
453_edit = new TextBox
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
47_textBox = new TextBox
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (2)
275_nameTextBox = new TextBox(); 279_headerTextBox = new TextBox();
System\Windows\Forms\Design\FormatControl.cs (2)
17private TextBox _customStringTextBox = new(); 308_customStringTextBox = new TextBox
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
43nullValueTextBox = new System.Windows.Forms.TextBox();
System\Windows\Forms\Design\LinkAreaEditor.LinkAreaUI.cs (2)
17private TextBox _sampleEdit = new(); 53_sampleEdit = new TextBox();
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
133_txtBoxMask = new TextBox();
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (1)
78_textEntry = new TextBox();
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\TextBoxDesignerTests.cs (2)
17designer.Initialize(new TextBox()); 31designer.Initialize(new TextBox());
System.Windows.Forms.Tests (87)
System\Windows\Forms\AccessibleObjects\ButtonBase.ButtonBaseAccessibleObjectTests.cs (1)
20using TextBox textBox = new();
System\Windows\Forms\AccessibleObjects\CheckBox.CheckBoxAccessibleObjectTests.cs (1)
21using TextBox textBox = new();
System\Windows\Forms\AccessibleObjects\TextBoxAccessibleObjectTests.cs (11)
15using TextBox textBox = new(); 30using TextBox textBox = new(); 41using TextBox textBox = new(); 54using TextBox textBox = new(); 83using TextBox textBox = new(); 96using TextBox textBox = new(); 111using TextBox textBox = new(); 127using TextBox textBox = new() { PlaceholderText = placeholderText }; 139using TextBox textBox = new(); 153using TextBox textBox = new(); 169using TextBox textBox = new();
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs (1)
197{ new TextBox(), new string[] { "DataContext: Object", "Tag: Object" } },
System\Windows\Forms\TextBoxRendererTests.cs (3)
25using TextBox textbox = new(); 54using TextBox textbox = new(); 89using TextBox textbox = new();
TextBoxBaseTests.cs (64)
149using TextBox control = new() 170using TextBox control = new() 336using TextBox control = new() 374using TextBox control = new() 391using TextBox control = new() 407using TextBox control = new(); 443using TextBox control = new() 459using TextBox control = new(); 520using TextBox control = new(); 557using TextBox control = new() 580using TextBox control = new() 623using TextBox control = new(); 651using TextBox control = new(); 687using TextBox control = new(); 694using TextBox control = new(); 755using TextBox control = new(); 771using TextBox control = new(); 788using TextBox control = new(); 1120using TextBox control = new(); 1172using TextBox control = new() 1198using TextBox control = new(); 1226using TextBox control = new(); 1263using TextBox control = new() 1279using TextBox control = new() 1296using TextBox control = new() 1368using TextBox control = new() 1656using TextBox control = new(); 1688using TextBox control = new() 1704using TextBox control = new() 1722using TextBox control = new(); 1750using TextBox control = new(); 1777using TextBox control = new(); 1787using TextBox control = new(); 1794using TextBox control = new(); 1893using TextBox control = new(); 1903using TextBox control = new() 2153using TextBox control = new() 2192using TextBox control = new() 2211using TextBox control = new(); 2241using TextBox control = new(); 2296using TextBox control = new(); 2399using TextBox control = new(); 2411using TextBox control = new() 2451using TextBox control = new() 2539using TextBox control = new(); 2573using TextBox control = new(); 2751using TextBox control = new(); 2759using TextBox control = new(); 2793using TextBox control = new(); 2935using TextBox control = new(); 2969using TextBox control = new(); 3130using TextBox control = new(); 3152using TextBox control = new() 3173using TextBox control = new(); 3207using TextBox control = new(); 3588using TextBox control = new(); 3689using TextBox control = new(); 4839using TextBox control = new(); 4851using TextBox control = new() 4867using TextBox control = new() 4881using TextBox control = new(); 4904using TextBox control = new() 4931using TextBox control = new() 6118using TextBox control = new()
TextBoxTests.cs (5)
336using TextBox tb = new() 346using TextBox tb = new(); 394using TextBox tb = new() 414using TextBox tb = new() 432using TextBox tb = new()
TextBoxTests.Rendering.cs (1)
17using TextBox textBox = new TextBox
System.Windows.Forms.UI.IntegrationTests (1)
ListBoxAccesibleObjectTests.cs (1)
16using TextBox textBox = new();
TrimTest (1)
Form1.Designer.cs (1)
35textBox1 = new TextBox();
WinFormsControlsTest (22)
CollectionEditors.Designer.cs (1)
36this.textBox1 = new System.Windows.Forms.TextBox();
DesignTimeAligned.Designer.cs (1)
37this.textBox1 = new System.Windows.Forms.TextBox();
DragDrop.Designer.cs (1)
37textBox = new TextBox();
ErrorProviderTest.Designer.cs (2)
38this.textBox1 = new System.Windows.Forms.TextBox(); 43this.textBox2 = new System.Windows.Forms.TextBox();
ListBoxes.Designer.cs (4)
36this.textBox1 = new System.Windows.Forms.TextBox(); 41this.textBox2 = new System.Windows.Forms.TextBox(); 46this.textBox3 = new System.Windows.Forms.TextBox(); 51this.textBox4 = new System.Windows.Forms.TextBox();
MultipleControls.Designer.cs (1)
40this.textBox1 = new System.Windows.Forms.TextBox();
Password.Designer.cs (5)
36textBox1 = new TextBox(); 37textBox2 = new TextBox(); 43textBox3 = new TextBox(); 45textBox4 = new TextBox(); 46textBox5 = new TextBox();
PictureBoxes.Designer.cs (1)
36this.imageUri = new System.Windows.Forms.TextBox();
RichTextBoxes.cs (1)
129TextBox textBox = new() { Left = 50, Top = 50, Width = 400 };
ScrollableControls.Designer.cs (1)
73textBox1 = new TextBox();
TextBoxes.Designer.cs (4)
34this.textBox = new System.Windows.Forms.TextBox(); 35this.RTLTextBox = new System.Windows.Forms.TextBox(); 36this.multilineTextBox = new System.Windows.Forms.TextBox(); 37this.RTLMultilineTextBox = new System.Windows.Forms.TextBox();
219 references to TextBox
Accessibility_Core_App (3)
CommonControl2.Designer.cs (1)
299private System.Windows.Forms.TextBox textBox1;
DataBindingExample.Designer.cs (1)
296private System.Windows.Forms.TextBox textBox1;
PrintingControls.Designer.cs (1)
185private System.Windows.Forms.TextBox txtPrint;
DesignSurface (7)
MainForm.cs (4)
125TextBox t1 = surface.CreateControl<TextBox>(new Size(200, 23), new Point(172, 12)); 173TextBox t1 = surface.CreateControl<TextBox>(new Size(200, 20), new Point(10, 10));
MainForm.MyUserControl.cs (3)
22TextBox textBox = new() 29TextBox textBox1 = new() 36TextBox textBox2 = new()
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (1)
19Private TextBox As TextBox
PresentationUI (28)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (22)
775private System.Windows.Forms.TextBox _size; 776private System.Windows.Forms.TextBox _fileAccessedDate; 777private System.Windows.Forms.TextBox _fileCreatedDate; 783private System.Windows.Forms.TextBox _documentType; 788private System.Windows.Forms.TextBox _lastSaved; 794private System.Windows.Forms.TextBox _filename; 797private System.Windows.Forms.TextBox _identifier; 799private System.Windows.Forms.TextBox _category; 801private System.Windows.Forms.TextBox _version; 805private System.Windows.Forms.TextBox _subject; 806private System.Windows.Forms.TextBox _description; 808private System.Windows.Forms.TextBox _status; 810private System.Windows.Forms.TextBox _content; 812private System.Windows.Forms.TextBox _keywords; 814private System.Windows.Forms.TextBox _author; 818private System.Windows.Forms.TextBox _title; 819private System.Windows.Forms.TextBox _language; 821private System.Windows.Forms.TextBox _documentPrintedDate; 822private System.Windows.Forms.TextBox _documentModifiedDate; 823private System.Windows.Forms.TextBox _documentCreatedDate; 824private System.Windows.Forms.TextBox _revision; 826private System.Windows.Forms.TextBox _fileModifiedDate;
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (2)
248private System.Windows.Forms.TextBox _requestedSignerNameTextBox; 250private System.Windows.Forms.TextBox _requestedLocationTextBox;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (3)
408private System.Windows.Forms.TextBox textBoxUnrestrictedText; 413private System.Windows.Forms.TextBox textBoxUserName; 423private System.Windows.Forms.TextBox textBoxPermissionsContact;
MS\Internal\Documents\SigningDialog.Designer.cs (1)
291private System.Windows.Forms.TextBox _locationTextBox;
System.Windows.Forms (21)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (3)
127if (dataGridView.EditingControl is TextBox textBox) 143if (DataGridView.EditingControl is TextBox txtEditingControl) 514if (DataGridView.EditingControl is TextBox textBox)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
23private TextBox _detailsTextBox;
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1123using TextBox txtBox = new();
System\Windows\Forms\Controls\TextBox\TextBox.cs (4)
84/// Gets or sets a value indicating whether pressing ENTER in a multiline <see cref="TextBox"/> 374/// appear in a multiline <see cref="TextBox"/> 438/// Gets or sets how text is aligned in a <see cref="TextBox"/> control. 864/// Draws the <see cref="PlaceholderText"/> in the client area of the <see cref="TextBox"/> using the default font and color.
System\Windows\Forms\Controls\TextBox\TextBox.TextBoxAccessibleObject.cs (2)
13public TextBoxAccessibleObject(TextBox owner) : base(owner) 21string? placeholderText = this.TryGetOwnerAs(out TextBox? owner) ? owner.PlaceholderText : null;
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseUiaTextProvider.cs (1)
277? new string(Owner is TextBox textBox
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (4)
81public TextBox TextBox => (TextBox)Control; 124if (control is TextBox textBox) 141if (control is TextBox textBox)
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControlAccessibleObject.cs (2)
14public ToolStripTextBoxControlAccessibleObject(TextBox toolStripHostedControl) : base(toolStripHostedControl) 25UIA_PROPERTY_ID.UIA_IsOffscreenPropertyId when this.TryGetOwnerAs(out TextBox? owner) => (VARIANT)GetIsOffscreenPropertyValue(owner.ToolStripControlHost?.Placement, Bounds),
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
415internal TextBox TextBox => _upDownEdit;
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
65private readonly TextBox _details = new();
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
14internal TextBox _cancellingTextBox;
System.Windows.Forms.Design (25)
System\ComponentModel\Design\ByteViewer.cs (1)
43private TextBox _edit;
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (2)
13private readonly TextBox _textBox; 112int specialPadding = EditControl is TextBox ? 2 : 0;
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (2)
20private TextBox _nameTextBox; 24private TextBox _headerTextBox;
System\Windows\Forms\Design\FormatControl.cs (1)
17private TextBox _customStringTextBox = new();
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
205private System.Windows.Forms.TextBox nullValueTextBox;
System\Windows\Forms\Design\LinkAreaEditor.LinkAreaUI.cs (1)
17private TextBox _sampleEdit = new();
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
24private TextBox _txtBoxMask;
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (1)
18private TextBox _textEntry;
System\Windows\Forms\Design\TextBoxActionList.cs (2)
11private readonly TextBox _textBox; 16_textBox = (TextBox)designer.Component;
System\Windows\Forms\Design\TextBoxDesigner.cs (4)
75TextBox tb = (Control as TextBox)!; 89TextBox tb = (Control as TextBox)!;
System\Windows\Forms\Design\ToolStripTemplateNode.cs (9)
315internal TextBox EditBox 317get => (_centerTextBox is not null) ? (TextBox)_centerTextBox.Control : null; 753string text = ((TextBox)(_centerTextBox.Control)).Text; 825string text = (_centerTextBox is not null) ? ((TextBox)(_centerTextBox.Control)).Text : string.Empty; 875TextBox tb = new TemplateTextBox(_miniToolStrip, this) 952((TextBox)(_centerTextBox.Control)).KeyUp -= OnKeyUp; 953((TextBox)(_centerTextBox.Control)).KeyDown -= OnKeyDown; 1111if (sender is TextBox t) 1128string text = ((TextBox)(_centerTextBox.Control)).Text;
System.Windows.Forms.Design.Tests (5)
EnsureEditorsTests.cs (1)
128[InlineData(typeof(TextBox), "AutoCompleteCustomSource", typeof(ListControlStringCollectionEditor))]
System\ComponentModel\Design\ByteViewerTests.cs (4)
803TextBox textBox = control.Controls.OfType<TextBox>().Single(); 833TextBox textBox = control.Controls.OfType<TextBox>().Single();
System.Windows.Forms.Tests (103)
System\Windows\Forms\AccessibleObjects\ButtonBase.ButtonBaseAccessibleObjectTests.cs (1)
20using TextBox textBox = new();
System\Windows\Forms\AccessibleObjects\CheckBox.CheckBoxAccessibleObjectTests.cs (1)
21using TextBox textBox = new();
System\Windows\Forms\AccessibleObjects\Control.ControlAccessibleObjectTests.cs (2)
32typeof(TextBox), 1345{ typeof(TextBox), string.Empty},
System\Windows\Forms\AccessibleObjects\TextBoxAccessibleObjectTests.cs (11)
15using TextBox textBox = new(); 30using TextBox textBox = new(); 41using TextBox textBox = new(); 54using TextBox textBox = new(); 83using TextBox textBox = new(); 96using TextBox textBox = new(); 111using TextBox textBox = new(); 127using TextBox textBox = new() { PlaceholderText = placeholderText }; 139using TextBox textBox = new(); 153using TextBox textBox = new(); 169using TextBox textBox = new();
System\Windows\Forms\AccessibleObjects\ToolStripTextBox.ToolStripTextBoxControlAccessibleObjectTests.cs (8)
16TextBox textBox = toolStripTextBox.TextBox; 27TextBox textBox = toolStripTextBox.TextBox; 39TextBox textBox = toolStripTextBox.TextBox; 52TextBox textBox = toolStripTextBox.TextBox; 64TextBox textBox = toolStripTextBox.TextBox; 76TextBox toolStripTextBoxControl = toolStripTextBox.TextBox; 96TextBox toolStripTextBoxControl = toolStripTextBox.TextBox; 131TextBox toolStripTextBoxControl = toolStripTextBox.TextBox;
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyGridView.GridViewTextBox.GridViewTextBoxAccessibleObjectTests.cs (5)
97TextBox gridViewTextBox = (TextBox)Activator.CreateInstance(gridViewTextBoxType, gridView); 111TextBox gridViewTextBox = (TextBox)Activator.CreateInstance(gridViewTextBoxType, gridView); 114Assert.Throws<TargetInvocationException>(() => Activator.CreateInstance(accessibleObjectType, (TextBox)null));
System\Windows\Forms\TextBoxRendererTests.cs (3)
25using TextBox textbox = new(); 54using TextBox textbox = new(); 89using TextBox textbox = new();
TextBoxBaseTests.cs (64)
149using TextBox control = new() 170using TextBox control = new() 336using TextBox control = new() 374using TextBox control = new() 391using TextBox control = new() 407using TextBox control = new(); 443using TextBox control = new() 459using TextBox control = new(); 520using TextBox control = new(); 557using TextBox control = new() 580using TextBox control = new() 623using TextBox control = new(); 651using TextBox control = new(); 687using TextBox control = new(); 694using TextBox control = new(); 755using TextBox control = new(); 771using TextBox control = new(); 788using TextBox control = new(); 1120using TextBox control = new(); 1172using TextBox control = new() 1198using TextBox control = new(); 1226using TextBox control = new(); 1263using TextBox control = new() 1279using TextBox control = new() 1296using TextBox control = new() 1368using TextBox control = new() 1656using TextBox control = new(); 1688using TextBox control = new() 1704using TextBox control = new() 1722using TextBox control = new(); 1750using TextBox control = new(); 1777using TextBox control = new(); 1787using TextBox control = new(); 1794using TextBox control = new(); 1893using TextBox control = new(); 1903using TextBox control = new() 2153using TextBox control = new() 2192using TextBox control = new() 2211using TextBox control = new(); 2241using TextBox control = new(); 2296using TextBox control = new(); 2399using TextBox control = new(); 2411using TextBox control = new() 2451using TextBox control = new() 2539using TextBox control = new(); 2573using TextBox control = new(); 2751using TextBox control = new(); 2759using TextBox control = new(); 2793using TextBox control = new(); 2935using TextBox control = new(); 2969using TextBox control = new(); 3130using TextBox control = new(); 3152using TextBox control = new() 3173using TextBox control = new(); 3207using TextBox control = new(); 3588using TextBox control = new(); 3689using TextBox control = new(); 4839using TextBox control = new(); 4851using TextBox control = new() 4867using TextBox control = new() 4881using TextBox control = new(); 4904using TextBox control = new() 4931using TextBox control = new() 6118using TextBox control = new()
TextBoxTests.cs (7)
336using TextBox tb = new() 346using TextBox tb = new(); 394using TextBox tb = new() 414using TextBox tb = new() 432using TextBox tb = new() 460Control.ControlAccessibleObject instance = Assert.IsType<TextBox.TextBoxAccessibleObject>(control.CreateAccessibilityInstance()); 477Control.ControlAccessibleObject instance = Assert.IsType<TextBox.TextBoxAccessibleObject>(control.CreateAccessibilityInstance());
TextBoxTests.Rendering.cs (1)
17using TextBox textBox = new TextBox
System.Windows.Forms.UI.IntegrationTests (1)
ListBoxAccesibleObjectTests.cs (1)
16using TextBox textBox = new();
TrimTest (1)
Form1.Designer.cs (1)
115private TextBox textBox1;
WinFormsControlsTest (24)
CollectionEditors.Designer.cs (1)
127private System.Windows.Forms.TextBox textBox1;
DesignTimeAligned.Designer.cs (1)
115private System.Windows.Forms.TextBox textBox1;
DragDrop.Designer.cs (1)
223private System.Windows.Forms.TextBox textBox;
ErrorProviderTest.Designer.cs (2)
148private System.Windows.Forms.TextBox textBox1; 149private System.Windows.Forms.TextBox textBox2;
ListBoxes.cs (2)
20var textBox = (TextBox)((Object[])control.Tag)[1];
ListBoxes.Designer.cs (4)
234private System.Windows.Forms.TextBox textBox1; 239private System.Windows.Forms.TextBox textBox2; 244private System.Windows.Forms.TextBox textBox3; 249private System.Windows.Forms.TextBox textBox4;
MultipleControls.Designer.cs (1)
338private System.Windows.Forms.TextBox textBox1;
Password.Designer.cs (5)
268private TextBox textBox1; 269private TextBox textBox2; 275private TextBox textBox3; 277private TextBox textBox4; 278private TextBox textBox5;
PictureBoxes.Designer.cs (1)
100private System.Windows.Forms.TextBox imageUri;
RichTextBoxes.cs (1)
129TextBox textBox = new() { Left = 50, Top = 50, Width = 400 };
ScrollableControls.Designer.cs (1)
497private TextBox textBox1;
TextBoxes.Designer.cs (4)
169private System.Windows.Forms.TextBox textBox; 170private System.Windows.Forms.TextBox RTLTextBox; 171private System.Windows.Forms.TextBox multilineTextBox; 172private System.Windows.Forms.TextBox RTLMultilineTextBox;