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