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