Base:
property
Text
System.Windows.Forms.Control.Text
1 override of Text
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1042public override string Text {
25 writes to Text
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyValueDialogHost.cs (1)
109_dialogWindow.Text = string.Format(
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
290this.Text = resources.GetString("$this.Text");
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
313this.Text = Strings.ExpressionEditor_Caption;
System\Data\WebControls\Design\EntityDataSourceWizardForm.cs (1)
33this.Text = String.Format(CultureInfo.InvariantCulture, Strings.Wizard_Caption(((EntityDataSource)entityDataSourceDesigner.Component).ID));
System.Web.Mobile (5)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
81this.Text = _designer.UnderlyingControl.ID
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
91this.Text = SR.GetString(SR.DeviceFilterEditorDialog_Title);
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
78this.Text = _designer.UnderlyingControl.ID
UI\MobileControls\Design\StylesEditorDialog.cs (1)
321this.Text = _styleSheet.ID + " - " + SR.GetString(SR.StylesEditorDialog_Title);
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
69this.Text = SR.GetString(SR.TemplatingOptionsDialog_Title);
System.Windows.Forms (13)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
265this.Text = caption;
winforms\Managed\System\WinForms\Form.cs (1)
418Text = userWindowText;
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
244this.Text = dialogTitle;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1047base.Text = value;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
5009ErrorDialog.Text = SR.GetString(SR.PBRSErrorTitle); 5089ErrorDialog.Text = SR.GetString(SR.PBRSErrorTitle); 5485this.Text = "";
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (2)
262Text = SR.GetString(SR.ExDlgCaption); 265Text = SR.GetString(SR.ExDlgCaption2, activeForm.Text);
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (2)
151this.Text = SR.GetString(SR.TrustManagerMoreInfo_InstallTitle); 156this.Text = SR.GetString(SR.TrustManagerMoreInfo_RunTitle);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (2)
504this.Text = SR.GetString(SR.TrustManagerPromptUI_InstallTitle); 508this.Text = SR.GetString(SR.TrustManagerPromptUI_RunTitle);
System.Workflow.Activities (2)
Rules\Design\Dialogs\BasicBrowserDialog.cs (1)
46this.Text = TitleText;
Rules\Design\Dialogs\RenameRuleObjectDialog.cs (1)
42this.Text = parent.RenameTitleText;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
144this.Text = string.Format(CultureInfo.CurrentCulture, ActivityBindDialogTitleFormat, context.PropertyDescriptor.Name);
24 references to Text
System.Windows.Forms (13)
winforms\Managed\System\WinForms\Form.cs (6)
3886if (Text != null && Text.Length != 0) { 4887string text = Text; 5244int newTextEmpty = Text.Length == 0 ? 1 : 0; 6342return s + ", Text: " + Text; 6705Debug.WriteLineIf(ToolStrip.MDIMergeDebug.TraceVerbose, "UpdateMdiControlStrip: built up an MDI control strip for " + ActiveMdiChildInternal.Text + " with " + MdiControlStrip.Items.Count.ToString(CultureInfo.InvariantCulture) + " items.");
winforms\Managed\System\WinForms\MDIWindowDialog.cs (1)
58return form.Text;
winforms\Managed\System\WinForms\MdiWindowListStrip.cs (1)
102string text = WindowsFormsUtils.EscapeTextWithAmpersands(mdiParent.MdiChildren[i].Text);
winforms\Managed\System\WinForms\MenuItem.cs (1)
1192windowItem.Text = String.Format(CultureInfo.CurrentUICulture, "&{0} {1}", accel, forms[i].Text);
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1044return base.Text;
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (2)
261if (activeForm == null || activeForm.Text.Length == 0) { 265Text = SR.GetString(SR.ExDlgCaption2, activeForm.Text);
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
46this.AccessibleName = this.Text;
System.Workflow.Activities (11)
Rules\Design\Dialogs\BasicBrowserDialog.cs (4)
159DesignerHelpers.DisplayError(ex.Message, this.Text, this.activity.Site); 182DesignerHelpers.DisplayError(ex.Message, this.Text, this.activity.Site); 205DesignerHelpers.DisplayError(ex.Message, this.Text, this.activity.Site); 240DesignerHelpers.DisplayError(ex.Message, this.Text, this.activity.Site);
Rules\Design\Dialogs\RuleConditionDialog.cs (1)
193DesignerHelpers.DisplayError(Messages.Error_ConditionParser + "\n" + syntaxException.Message, this.Text, this.serviceProvider);
Rules\Design\Dialogs\RuleSetDialog.cs (6)
241DesignerHelpers.DisplayError(Messages.Error_ConditionParser + "\n" + ex.Message, this.Text, this.serviceProvider); 265DesignerHelpers.DisplayError(Messages.Error_ActionsParser + "\n" + ex.Message, this.Text, this.serviceProvider); 289DesignerHelpers.DisplayError(Messages.Error_ActionsParser + "\n" + ex.Message, this.Text, this.serviceProvider); 346DesignerHelpers.DisplayError(Messages.Error_RuleNameIsEmpty, this.Text, this.serviceProvider); 355DesignerHelpers.DisplayError(Messages.Error_DuplicateRuleName, this.Text, this.serviceProvider); 380DesignerHelpers.DisplayError(Messages.Error_InvalidPriority, this.Text, this.serviceProvider);