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
28 writes to Text
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (1)
85
Text
= title
PresentationUI (14)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
53
this.
Text
= SR.DocumentPropertiesDialogTitle;
MS\Internal\Documents\CredentialManagerDialog.cs (1)
158
Text
= SR.RMCredManagementDialog;
MS\Internal\Documents\RequestedSignatureDialog.cs (1)
131
Text
= SR.RequestSignatureDialogTitle;
MS\Internal\Documents\RMEnrollmentPage1.cs (1)
55
Text
= SR.RMEnrollmentTitle;
MS\Internal\Documents\RMEnrollmentPage2.cs (1)
89
this.
Text
= SR.RMEnrollmentTitle;
MS\Internal\Documents\RMEnrollmentPage3.cs (1)
40
this.
Text
= SR.RMEnrollmentTitle;
MS\Internal\Documents\RMPermissions.cs (1)
217
Text
= SR.RMPermissionsTitle;
MS\Internal\Documents\RMPublishingDialog.cs (1)
895
Text
= SR.RMPublishingTitle;
MS\Internal\Documents\SignatureSummaryDialog.cs (4)
50
Text
= SR.DigSigRequestTitle;
59
Text
= SR.DigSigSumTitle;
197
Text
= SR.DigSigRequestTitle;
207
Text
= SR.DigSigSumTitle;
MS\Internal\Documents\SigningDialog.cs (1)
242
Text
= SR.SigningDialogTitle;
MS\Internal\Documents\SigningProgress.cs (1)
30
Text
= title;
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
4968
ErrorDialog.
Text
= SR.PBRSErrorTitle;
5041
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 (5)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
59
Text
= string.Format(SR.CollectionEditorCaption, GetCollectionItemTypeNameForCaption(CollectionItemType));
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\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
141
Text
= $"{_originalText} ({itemInstance.Site.Name}.{Context.PropertyDescriptor.Name})";
10 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)
3581
if (!string.IsNullOrEmpty(
Text
))
4303
string text =
Text
;
4671
int newTextEmpty =
Text
.Length == 0 ? 1 : 0;
6025
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.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
112
_originalText =
Text
;