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