Base:
property
Text
System.Windows.Forms.Control.Text
1 override of Text
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
604public override string Text
101 writes to Text
Accessibility_Core_App (13)
CommonControl1.Designer.cs (1)
694this.Text = "CommonControl1";
CommonControl2.Designer.cs (1)
282this.Text = "CommonControl2";
ContainerControls.Designer.cs (1)
826this.Text = "Winforms_Containers";
ContainerControls2.Designer.cs (1)
440this.Text = "Winforms_Containers";
DataBindingExample.Designer.cs (1)
283this.Text = "DataBindingExampleForControls (Exclude this Form in Accessibility Test Pass)";
DataControls.Designer.cs (1)
358this.Text = "DataControls";
DialogControls.Designer.cs (1)
91this.Text = "DialogsTesting";
Main.Designer.cs (1)
183this.Text = "MainForm";
Menu_Toolbars_controls.Designer.cs (1)
601Text = "StripControls";
MenuForm.Designer.cs (1)
66this.Text = "MenuForm";
PrintingControls.Designer.cs (1)
172this.Text = "PrintingTesting";
RemainingControls.Designer.cs (1)
129this.Text = "RemainingControls";
ToolStripContainer.Designer.cs (1)
599this.Text = "ToolStripContainer";
DesignSurface (7)
MainForm.cs (6)
125rootComponent.Text = "Root Component hosted by the DesignSurface N.1"; 186rootComponent.Text = "Root Component hosted by the DesignSurface N.2"; 215rootComponent.Text = "Root Component hosted by the DesignSurface N.3"; 237rootComponent.Text = "Root Component hosted by the DesignSurface N.4"; // - step.1 272rootComponent.Text = "Root Component hosted by the DesignSurface N.5"; 294rootComponent.Text = "Root Component hosted by the DesignSurface N.6";
MainForm.Designer.cs (1)
303this.Text = "Tiny Form Designer";
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (1)
84Text = title
PresentationUI (14)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
61this.Text = SR.DocumentPropertiesDialogTitle;
MS\Internal\Documents\CredentialManagerDialog.cs (1)
166Text = SR.RMCredManagementDialog;
MS\Internal\Documents\RequestedSignatureDialog.cs (1)
135Text = SR.RequestSignatureDialogTitle;
MS\Internal\Documents\RMEnrollmentPage1.cs (1)
61Text = SR.RMEnrollmentTitle;
MS\Internal\Documents\RMEnrollmentPage2.cs (1)
95this.Text = SR.RMEnrollmentTitle;
MS\Internal\Documents\RMEnrollmentPage3.cs (1)
46this.Text = SR.RMEnrollmentTitle;
MS\Internal\Documents\RMPermissions.cs (1)
222Text = SR.RMPermissionsTitle;
MS\Internal\Documents\RMPublishingDialog.cs (1)
910Text = SR.RMPublishingTitle;
MS\Internal\Documents\SignatureSummaryDialog.cs (4)
54Text = SR.DigSigRequestTitle; 63Text = SR.DigSigSumTitle; 201Text = SR.DigSigRequestTitle; 211Text = SR.DigSigSumTitle;
MS\Internal\Documents\SigningDialog.cs (1)
245Text = SR.SigningDialogTitle;
MS\Internal\Documents\SigningProgress.cs (1)
37Text = title;
ScratchProject (1)
Form1.Designer.cs (1)
37this.Text = "Form1";
ScratchProjectWithInternals (1)
Form1.Designer.cs (1)
37this.Text = "Form1";
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
4943ErrorDialog.Text = SR.PBRSErrorTitle; 5018ErrorDialog.Text = SR.PBRSErrorTitle;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
58Text = string.Empty;
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
233Text = caption;
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (2)
231Text = SR.ExDlgCaption; 235Text = string.Format(SR.ExDlgCaption2, activeForm.Text);
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
23Text = dialogTitle;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
607set => base.Text = value;
System.Windows.Forms.Design (4)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
59Text = string.Format(SR.CollectionEditorCaption, CollectionItemType.Name);
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs (1)
30Text = string.Empty;
System\Windows\Forms\Design\FormatStringDialog.cs (1)
218Text = SR.FormatStringDialogTitle;
System\Windows\Forms\Design\ImageCollectionEditor.cs (1)
77form.Text = SR.ImageCollectionEditorFormText;
System.Windows.Forms.Tests (4)
System\Windows\Forms\ApplicationTests.cs (2)
559Form other = new Form() { Text = "Child" }; 625Form add = new Form() { Text = "Add" };
System\Windows\Forms\MdiControlStripTests.cs (2)
315using Form mdiParent = new() { IsMdiContainer = true, Text = "Parent" }; 316using Form mdiChild = new() { MdiParent = mdiParent, Text = "Child" };
System.Windows.Forms.UI.IntegrationTests (2)
DesignBehaviorsTests.cs (1)
72form.Text = @"RootForm";
ImageListTests.cs (1)
115form.Text = "ListView Test";
TrimTest (1)
Form1.Designer.cs (1)
103Text = "Form1";
TrimTestBinaryDeserialization (1)
Form1.Designer.cs (1)
63Text = "Form1";
WinFormsControlsTest (44)
AnchorLayoutTests.Designer.cs (1)
151this.Text = "Form1";
Buttons.Designer.cs (1)
48this.Text = "Buttons";
Calendar.Designer.cs (1)
253this.Text = "Form1";
ChartControl.Designer.cs (1)
421this.Text = "Form1";
ComboBoxes.Designer.cs (1)
286this.Text = "ComboBoxes";
ComboBoxesWithScrollBars.Designer.cs (1)
359this.Text = "ComboBoxes with ScrollBars";
DataGridViewInVirtualModeTest.Designer.cs (1)
89this.Text = "DataGridView in Virtual mode";
DataGridViewTest.Designer.cs (1)
218this.Text = "DataGridView";
DateTimePicker.Designer.cs (1)
105this.Text = "DateTimePicker";
DesignTimeAligned.Designer.cs (1)
104this.Text = "DesignTime Aligned";
Dialogs.Designer.cs (1)
154this.Text = "Dialogs Test";
DockLayoutTests.Designer.cs (1)
104this.Text = "DockLayoutTests";
DragDrop.Designer.cs (1)
202Text = "Form1";
ErrorProviderTest.Designer.cs (1)
139this.Text = "Form1";
FormBorderStyles.Designer.cs (1)
63this.Text = "FormBorderStyles";
ListBoxes.Designer.cs (1)
224this.Text = "LIstBoxes";
ListViewTest.Designer.cs (1)
159this.Text = "ListView Test";
MainForm.cs (1)
41Text = RuntimeInformation.FrameworkDescription;
MainForm.Designer.cs (1)
54this.Text = "MenuForm";
MdiChild.Designer.cs (1)
145this.Text = "ChildForm";
MdiParent.cs (1)
17Text = RuntimeInformation.FrameworkDescription;
MdiParent.Designer.cs (1)
43this.Text = "frmMDI";
MediaPlayer.Designer.cs (1)
58this.Text = "Form1";
MenuStripAndCheckedListBox.Designer.cs (1)
291this.Text = "MenuStrip and CheckedListBox";
MessageBoxes.Designer.cs (1)
56this.Text = "Dialogs Test";
MultipleControls.Designer.cs (1)
317this.Text = "These look ok";
Password.Designer.cs (1)
261Text = "Form1";
PictureBoxes.cs (3)
15Text = Heading; 46Text = Heading; 61Text = $"{Heading}: loading image progress: {e.ProgressPercentage}%";
PictureBoxes.Designer.cs (1)
89this.Text = "Form1";
PropertyGrid.Designer.cs (1)
55this.Text = "Property Grid Test";
RichTextBoxes.cs (1)
124Text = caption,
RichTextBoxes.Designer.cs (1)
68this.Text = "Form2";
ScalingBeforeChanges.Designer.cs (1)
54this.Text = "Form1";
ScrollableControls.Designer.cs (1)
454Text = "ScrollableControls";
ScrollBars.Designer.cs (1)
148this.Text = "Form1";
Splitter.Designer.cs (1)
66this.Text = "Splitter";
TaskDialogSamples.cs (1)
13Text = "Task Dialog Demos";
TextBoxes.Designer.cs (1)
161this.Text = "TextBoxes";
ToolStripSeparatorPreferredSize.cs (1)
92Text = "ToolStripSeparator GetPreferredSize";
ToolStripTests.Designer.cs (1)
445this.Text = "ToolStripTests";
ToolTipTests.Designer.cs (1)
164this.Text = "ToolTips";
TrackBars.Designer.cs (1)
265this.Text = "TrackBars";
14 references to Text
System.Windows.Forms (9)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (2)
229if (activeForm is null || activeForm.Text.Length == 0) 235Text = string.Format(SR.ExDlgCaption2, activeForm.Text);
System\Windows\Forms\Form.cs (4)
3530if (!string.IsNullOrEmpty(Text)) 4256string text = Text; 4630int newTextEmpty = Text.Length == 0 ? 1 : 0; 5926public override string ToString() => $"{base.ToString()}, Text: {Text}";
System\Windows\Forms\MDI\MDIWindowDialog.ListItem.cs (1)
19return Form.Text;
System\Windows\Forms\MDI\MdiWindowListStrip.cs (1)
111string? text = WindowsFormsUtils.EscapeTextWithAmpersands(mdiParent.MdiChildren[i].Text);
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
606get => base.Text;
System.Windows.Forms.Tests (3)
System\Windows\Forms\AccessibleObjects\ToolStripMenuItem.ToolStripMenuItemAccessibleObjectTests.cs (1)
57if (form.Text == "TestDialog")
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
151Assert.Equal("Properties", control.Text);
System\Windows\Forms\FormTests.cs (1)
153Assert.Empty(control.Text);
WinFormsControlsTest (2)
TaskDialogSamples.cs (2)
464Caption = Text, 546Caption = Text,