Base:
property
Text
System.Windows.Forms.Control.Text
63 writes to Text
System.Messaging (3)
System\Messaging\Design\QueuePathDialog.cs (3)
226
this.okButton.
Text
= resources.GetString("okButton.Text");
253
this.helpButton.
Text
= resources.GetString("helpButton.Text");
269
this.cancelButton.
Text
= resources.GetString("cancelButton.Text");
System.Web.Entity.Design (13)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.cs (2)
106
this._connectionStringRadioButton.
Text
= Strings.Wizard_ObjectContextPanel_ConnectionStringRadioButton;
109
this._namedConnectionRadioButton.
Text
= Strings.Wizard_ObjectContextPanel_NamedConnectionRadioButton;
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.cs (3)
128
_enableInsertCheckBox.
Text
= Strings.Wizard_DataSelectionPanel_Insert;
130
_enableDeleteCheckBox.
Text
= Strings.Wizard_DataSelectionPanel_Delete;
132
_enableUpdateCheckBox.
Text
= Strings.Wizard_DataSelectionPanel_Update;
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (4)
315
_okButton.
Text
= Strings.OKButton;
317
_cancelButton.
Text
= Strings.CancelButton;
323
_autoGenerateCheckBox.
Text
= Strings.ExpressionEditor_AutoGenerateWhereCheckBox;
328
_autoGenerateCheckBox.
Text
= Strings.ExpressionEditor_AutoGenerateOrderByCheckBox;
System\Data\WebControls\Design\Util\WizardForm.cs (4)
223
_cancelButton.
Text
= Strings.CancelButton;
225
_nextButton.
Text
= Strings.Wizard_NextButton;
227
_previousButton.
Text
= Strings.Wizard_PreviousButton;
229
_finishButton.
Text
= Strings.Wizard_FinishButton;
System.Web.Mobile (27)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (6)
67
_btnEditFilters.
Text
= SR.GetString(SR.GenericDialog_Edit);
68
_btnApplyFilter.
Text
=
72
_cmdOK.
Text
= SR.GetString(SR.GenericDialog_OKBtnCaption);
73
_cmdCancel.
Text
= SR.GetString(SR.GenericDialog_CancelBtnCaption);
537
_cmdCancel.
Text
= SR.GetString(SR.GenericDialog_CancelBtnCaption);
545
_cmdCancel.
Text
= SR.GetString(SR.GenericDialog_CloseBtnCaption);
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (3)
86
_rbCompare.
Text
= SR.GetString(SR.DeviceFilterEditorDialog_Equality);
88
_rbDelegate.
Text
= SR.GetString(SR.DeviceFilterEditorDialog_Evaluator);
118
_filterList.BtnAdd.
Text
= SR.GetString(SR.DeviceFilterEditorDialog_NewDeviceFilter);
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
58
TreeList.BtnAdd.
Text
= AddButtonTitle;
UI\MobileControls\Design\ListItemsPage.cs (2)
99
_itemsAsLinksCheckBox.
Text
= SR.GetString(SR.ListItemsPage_ItemsAsLinksCaption);
142
_ckbSelected.
Text
= SR.GetString(SR.ListItemsPage_ItemSelectedCaption);
UI\MobileControls\Design\ObjectListFieldsPage.cs (2)
85
_ckbAutoGenerateFields.
Text
= SR.GetString(SR.ObjectListFieldsPage_AutoGenerateFieldsCaption);
140
_ckbVisible.
Text
= SR.GetString(SR.ObjectListFieldsPage_VisibleCaption);
UI\MobileControls\Design\PropertyOverridesDialog.cs (5)
66
this._btnEditFilters.
Text
= SR.GetString(SR.GenericDialog_Edit);
69
this._cmdOK.
Text
= SR.GetString(SR.GenericDialog_OKBtnCaption);
70
this._cmdCancel.
Text
= SR.GetString(SR.GenericDialog_CancelBtnCaption);
333
_cmdCancel.
Text
= SR.GetString(SR.GenericDialog_CancelBtnCaption);
341
_cmdCancel.
Text
= SR.GetString(SR.GenericDialog_CloseBtnCaption);
UI\MobileControls\Design\StylesEditorDialog.cs (3)
205
_btnAdd.
Text
= SR.GetString(SR.StylesEditorDialog_AddBtnCation);
305
_btnOK.
Text
= SR.GetString(SR.GenericDialog_OKBtnCaption);
312
_btnCancel.
Text
= SR.GetString(SR.GenericDialog_CancelBtnCaption);
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
835
_mergedUI.BtnEdit.
Text
= SR.GetString(SR.Stylesheet_EditBtnCaption);
UI\MobileControls\Design\TemplatingOptionsDialog.cs (2)
70
_btnClose.
Text
= SR.GetString(SR.GenericDialog_CloseBtnCaption);
72
_btnEditChoices.
Text
= SR.GetString(SR.TemplatingOptionsDialog_EditBtnCaption);
UI\MobileControls\Design\Util\DefaultDialogButtons.cs (2)
43
CmdOK.
Text
= SR.GetString(SR.GenericDialog_OKBtnCaption);
44
CmdCancel.
Text
= SR.GetString(SR.GenericDialog_CancelBtnCaption);
System.Windows.Forms (18)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (6)
126
cancelButton.
Text
= SR.GetString(SR.CloseCaption);
298
helpButton.
Text
= SR.GetString(SR.HelpCaption);
305
applyButton.
Text
= SR.GetString(SR.ApplyCaption);
312
cancelButton.
Text
= SR.GetString(SR.CancelCaption);
319
okButton.
Text
= SR.GetString(SR.OKCaption);
458
cancelButton.
Text
= SR.GetString(SR.CancelCaption);
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
278
button1.
Text
= SR.GetString(SR.PrintControllerWithStatusDialog_Cancel);
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (3)
98
detailsBtn.
Text
= " " + SR.GetString(SR.ExDlgShowDetails);
102
okBtn.
Text
= SR.GetString(SR.ExDlgOk);
103
cancelBtn.
Text
= SR.GetString(SR.ExDlgCancel);
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (4)
297
continueButton.
Text
= SR.GetString(SR.ExDlgContinue);
301
quitButton.
Text
= SR.GetString(SR.ExDlgQuit);
305
helpButton.
Text
= SR.GetString(SR.ExDlgHelp);
309
detailsButton.
Text
= SR.GetString(SR.ExDlgShowDetails);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (4)
439
this.btnCancel.
Text
= SR.GetString(SR.TrustManagerPromptUI_Close);
446
this.btnCancel.
Text
= SR.GetString(SR.TrustManagerPromptUI_DoNotInstall);
450
this.btnCancel.
Text
= SR.GetString(SR.TrustManagerPromptUI_DoNotRun);
509
this.btnInstall.
Text
= SR.GetString(SR.TrustManagerPromptUI_Run);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (2)
619
this.previewButton.
Text
= DR.GetString(DR.Preview) + " <<";
624
this.previewButton.
Text
= DR.GetString(DR.Preview) + " >>";
24 references to Text
System.Windows.Forms (24)
winforms\Managed\System\WinForms\Button.cs (3)
129
requiredSize = TextRenderer.MeasureText(this.
Text
, this.Font);
373
if (UseMnemonic && CanProcessMnemonic() && IsMnemonic(charCode,
Text
)) {
391
return s + ", Text: " +
Text
;
winforms\Managed\System\WinForms\ButtonBase.cs (1)
828
textToolTip.Show(WindowsFormsUtils.TextWithoutMnemonics(
Text
), this);
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (8)
634
g.DrawString(Control.
Text
, Control.Font, brush, r, stringFormat);
638
g.DrawString(Control.
Text
, Control.Font, brush, r, stringFormat);
650
g.DrawString(Control.
Text
, Control.Font, brush, r, stringFormat);
663
TextRenderer.DrawText(g, Control.
Text
, Control.Font, r, colors.buttonShadow, formatFlags);
667
TextRenderer.DrawText(g, Control.
Text
, Control.Font, r, colors.highlight, formatFlags);
670
TextRenderer.DrawText(g, Control.
Text
, Control.Font, r, colors.buttonShadow, formatFlags);
674
TextRenderer.DrawText(g, Control.
Text
, Control.Font, r, c, formatFlags);
1545
layout.text = Control.
Text
;
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs (1)
278
if (AccessibilityImprovements.Level2 && String.IsNullOrEmpty(Control.
Text
)) {
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxPopupAdapter.cs (1)
67
if (!AccessibilityImprovements.Level2 || !String.IsNullOrEmpty(Control.
Text
)) {
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxStandardAdapter.cs (1)
38
if (!AccessibilityImprovements.Level2 || !String.IsNullOrEmpty(Control.
Text
)) {
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonBaseAdapter.cs (1)
198
if (AccessibilityImprovements.Level2 && String.IsNullOrEmpty(Control.
Text
)) {
winforms\Managed\System\WinForms\CheckBox.cs (2)
378
Size textSize = TextRenderer.MeasureText(this.
Text
, this.Font);
682
if (UseMnemonic && IsMnemonic(charCode,
Text
) && CanSelect) {
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
322
SizeF sizef = PropertyGrid.MeasureTextHelper.MeasureText( this.ownerGrid, g, detailsBtn.
Text
, detailsBtn.Font);
winforms\Managed\System\WinForms\RadioButton.cs (2)
321
Size textSize = TextRenderer.MeasureText(this.
Text
, this.Font);
614
if (UseMnemonic && IsMnemonic(charCode,
Text
) && CanSelect) {
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
76
this.btnClose.AccessibleName = this.btnClose.
Text
;
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (2)
115
this.btnInstall.AccessibleName = StripOutAccelerator(this.btnInstall.
Text
);
116
this.btnCancel.AccessibleName = StripOutAccelerator(this.btnCancel.
Text
);