Base:
property
Text
System.Windows.Forms.Control.Text
1 override of Text
System.Windows.Forms (1)
winforms\Managed\System\WinForms\LinkLabel.cs (1)
442
public override string
Text
{
85 writes to Text
System.Messaging (2)
System\Messaging\Design\QueuePathDialog.cs (2)
260
this.selectLabel.
Text
= resources.GetString("selectLabel.Text");
264
this.referenceLabel.
Text
= resources.GetString("referenceLabel.Text");
System.Web.Entity.Design (7)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.cs (2)
105
this._databaseConnectionGroupLabel.
Text
= Strings.Wizard_ObjectContextPanel_ConnectionStringGroupDescription;
112
this._containerNameLabel.
Text
= Strings.Wizard_ObjectContextPanel_DefaultContainerName;
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.cs (3)
121
_entitySetLabel.
Text
= Strings.Wizard_DataSelectionPanel_EntitySetName;
123
_entityTypeFilterLabel.
Text
= Strings.Wizard_DataSelectionPanel_EntityTypeFilter;
125
_selectLabel.
Text
= Strings.Wizard_DataSelectionPanel_Select;
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
319
_statementLabel.
Text
= labelText;
System\Data\WebControls\Design\Util\WizardForm.cs (1)
400
CaptionLabel.
Text
= panel.Caption;
System.Web.Mobile (47)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (3)
63
_lblAvailableFilters.
Text
=
65
_appliedFiltersList.LblTitle.
Text
=
70
_lblArgument.
Text
=
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (7)
82
_lblArgument.
Text
= SR.GetString(SR.DeviceFilterEditorDialog_Argument);
83
_glAttributes.
Text
= SR.GetString(SR.DeviceFilterEditorDialog_Attributes);
84
_lblMethod.
Text
= SR.GetString(SR.DeviceFilterEditorDialog_Method);
85
_glType.
Text
= SR.GetString(SR.DeviceFilterEditorDialog_TypeGl);
87
_lblCompare.
Text
= SR.GetString(SR.DeviceFilterEditorDialog_Compare);
89
_lblType.
Text
= SR.GetString(SR.DeviceFilterEditorDialog_TypeTxt);
117
_filterList.LblTitle.
Text
= SR.GetString(SR.DeviceFilterEditorDialog_DeviceFilters);
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
57
TreeList.LblTitle.
Text
= TreeViewTitle;
UI\MobileControls\Design\ListGeneralPage.cs (7)
115
appearanceGroup.
Text
= SR.GetString(SR.ListGeneralPage_AppearanceGroupLabel);
122
decorationLabel.
Text
= SR.GetString(SR.ListGeneralPage_DecorationCaption);
137
pagingGroup.
Text
= SR.GetString(SR.ListGeneralPage_PagingGroupLabel);
142
itemCountLabel.
Text
= SR.GetString(SR.ListGeneralPage_ItemCountCaption);
152
itemsPerPageLabel.
Text
= SR.GetString(SR.ListGeneralPage_ItemsPerPageCaption);
164
selectTypeLabel.
Text
= SR.GetString(SR.ListGeneralPage_SelectTypeCaption);
181
rowsLabel.
Text
= SR.GetString(SR.ListGeneralPage_RowsCaption);
UI\MobileControls\Design\ListItemsPage.cs (2)
107
grplblItemList.
Text
= SR.GetString(SR.ListItemsPage_ItemListGroupLabel);
115
lblValue.
Text
= SR.GetString(SR.ListItemsPage_ItemValueCaption);
UI\MobileControls\Design\ObjectListCommandsPage.cs (4)
78
grplblCommandList.
Text
= SR.GetString(SR.ObjectListCommandsPage_CommandListGroupLabel);
86
lblText.
Text
= SR.GetString(SR.ObjectListCommandsPage_TextCaption);
98
grplblData.
Text
= SR.GetString(SR.ObjectListCommandsPage_DataGroupLabel);
104
lblDefaultCommand.
Text
= SR.GetString(SR.ObjectListCommandsPage_DefaultCommandCaption);
UI\MobileControls\Design\ObjectListFieldsPage.cs (4)
92
grplblFieldList.
Text
= SR.GetString(SR.ObjectListFieldsPage_FieldListGroupLabel);
100
lblDataField.
Text
= SR.GetString(SR.ObjectListFieldsPage_DataFieldCaption);
116
lblDataFormatString.
Text
= SR.GetString(SR.ObjectListFieldsPage_DataFormatStringCaption);
128
lblTitle.
Text
= SR.GetString(SR.ObjectListFieldsPage_TitleCaption);
UI\MobileControls\Design\ObjectListGeneralPage.cs (7)
62
grplblAppearance.
Text
= SR.GetString(SR.ObjectListGeneralPage_AppearanceGroupLabel);
68
lblBackCommandText.
Text
= SR.GetString(SR.ObjectListGeneralPage_BackCommandTextCaption);
79
lblDetailsCommandText.
Text
= SR.GetString(SR.ObjectListGeneralPage_DetailsCommandTextCaption);
90
lblMoreText.
Text
= SR.GetString(SR.ObjectListGeneralPage_MoreTextCaption);
107
pagingGroup.
Text
= SR.GetString(SR.ListGeneralPage_PagingGroupLabel);
112
itemCountLabel.
Text
= SR.GetString(SR.ListGeneralPage_ItemCountCaption);
122
itemsPerPageLabel.
Text
= SR.GetString(SR.ListGeneralPage_ItemsPerPageCaption);
UI\MobileControls\Design\PropertyOverridesDialog.cs (2)
64
this._lblAppliedFilters.
Text
=
67
this._lblProperties.
Text
=
UI\MobileControls\Design\StylesEditorDialog.cs (7)
170
grplblStyleList.
Text
= SR.GetString(SR.StylesEditorDialog_StyleListGroupLabel);
176
lblAvailableStyles.
Text
= SR.GetString(SR.StylesEditorDialog_AvailableStylesCaption);
212
lblDefinedStyles.
Text
= SR.GetString(SR.StylesEditorDialog_DefinedStylesCaption);
261
grplblStyleProperties.
Text
= SR.GetString(SR.StylesEditorDialog_StylePropertiesGroupLabel);
267
lblType.
Text
= SR.GetString(SR.StylesEditorDialog_TypeCaption);
278
lblSample.
Text
= SR.GetString(SR.StylesEditorDialog_SampleCaption);
288
lblProperties.
Text
= SR.GetString(SR.StylesEditorDialog_PropertiesCaption);
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
827
_mergedUI.LblStyles.
Text
= SR.GetString(SR.StyleSheet_StylesCaption);
UI\MobileControls\Design\TemplatingOptionsDialog.cs (2)
71
_lblSchemas.
Text
= SR.GetString(SR.TemplatingOptionsDialog_SchemaCaption);
73
_lblChoices.
Text
= SR.GetString(SR.TemplatingOptionsDialog_FilterCaption);
System.Windows.Forms (22)
winforms\Managed\System\WinForms\LinkLabel.cs (1)
447
base.
Text
= value;
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (2)
221
dialog.label1.
Text
= SR.GetString(SR.PrintControllerWithStatusDialog_NowPrinting,
313
label1.
Text
= SR.GetString(SR.PrintControllerWithStatusDialog_Canceling);
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (3)
111
m_labelDesc.
Text
= this.fullDesc;
180
m_labelTitle.
Text
= title;
185
m_labelDesc.
Text
= fullDesc;
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
68
this.lblMessage.
Text
= value;
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
294
message.
Text
= messageText;
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (7)
133
this.lblPublisherContent.
Text
= SR.GetString(SR.TrustManagerMoreInfo_UnknownPublisher);
137
this.lblPublisherContent.
Text
= SR.GetString(SR.TrustManagerMoreInfo_KnownPublisher, publisherName);
142
this.lblMachineAccessContent.
Text
= SR.GetString(SR.TrustManagerMoreInfo_UnsafeAccess);
146
this.lblMachineAccessContent.
Text
= SR.GetString(SR.TrustManagerMoreInfo_SafeAccess);
152
this.lblInstallationContent.
Text
= SR.GetString(SR.TrustManagerMoreInfo_WithShortcut);
157
this.lblInstallationContent.
Text
= SR.GetString(SR.TrustManagerMoreInfo_WithoutShortcut);
182
this.lblLocationContent.
Text
= SR.GetString(SR.TrustManagerMoreInfo_Location, source);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (7)
473
this.lblName.
Text
= StripOutAccelerator(this.lblName.Text);
498
this.lblPublisher.
Text
= StripOutAccelerator(this.lblPublisher.Text);
515
this.lblQuestion.
Text
= SR.GetString(SR.TrustManagerPromptUI_BlockedApp);
521
this.lblQuestion.
Text
= SR.GetString(SR.TrustManagerPromptUI_NoPublisherInstallQuestion);
525
this.lblQuestion.
Text
= SR.GetString(SR.TrustManagerPromptUI_NoPublisherRunQuestion);
530
this.lblQuestion.
Text
= SR.GetString(SR.TrustManagerPromptUI_InstallQuestion);
534
this.lblQuestion.
Text
= SR.GetString(SR.TrustManagerPromptUI_RunQuestion);
System.Workflow.Activities (3)
Rules\Design\Dialogs\BasicBrowserDialog.cs (2)
45
this.descriptionLabel.
Text
= DescriptionText;
47
this.previewLabel.
Text
= PreviewLabelText;
Rules\Design\Dialogs\RenameRuleObjectDialog.cs (1)
43
this.newNamelabel.
Text
= parent.NewNameLabelText;
System.WorkflowServices (4)
System\Workflow\Activities\Design\EditableLabelControl.cs (1)
64
label.
Text
= value;
System\Workflow\Activities\Design\OperationPickerDialog.cs (1)
509
label.
Text
= SR2.GetString(SR2.AddOperationsUsingImportAddButtons);
System\Workflow\Activities\Design\ServiceContractViewControl.cs (1)
36
this.contractNameLabel.
Text
= listItem.Name;
System\Workflow\Activities\Design\ServiceOperationViewControl.cs (1)
31
this.operationNameLabel.
Text
= listItem.Name;
29 references to Text
System.Web.Mobile (1)
UI\MobileControls\Design\Util\GroupLabel.cs (1)
37
string text =
Text
;
System.Windows.Forms (27)
winforms\Managed\System\WinForms\Control.cs (1)
19752
string text = previousLabel.
Text
;
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
1764
char previousLabelMnemonic = WindowsFormsUtils.GetMnemonic(previousLabel.
Text
, false /*convertToUpperCase*/);
winforms\Managed\System\WinForms\Label.cs (11)
1144
if (!MeasureTextCache.TextRequiresWordBreak(
Text
, Font, constrainingSize, flags)) {
1296
if (string.IsNullOrEmpty(
Text
)) {
1306
requiredSize = MeasureTextCache.GetTextSize(
Text
, Font, proposedConstraints, format);
1316
requiredSize = Size.Ceiling(measurementGraphics.MeasureString(
Text
, Font, bounds, stringFormat));
1404
textToolTip.Show(WindowsFormsUtils.TextWithoutMnemonics(
Text
), this);
1549
e.Graphics.DrawString(
Text
, Font, brush, face, stringFormat);
1553
ControlPaint.DrawStringDisabled(e.Graphics,
Text
, Font, color, face, stringFormat);
1561
TextRenderer.DrawText(e.Graphics,
Text
, Font, face, color, flags);
1568
TextRenderer.DrawText(e.Graphics,
Text
, Font, face, disabledTextForeColor, flags);
1642
if (UseMnemonic && IsMnemonic(charCode,
Text
) && CanProcessMnemonic()) {
1721
return s + ", Text: " +
Text
;
winforms\Managed\System\WinForms\LinkLabel.cs (1)
444
return base.
Text
;
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (2)
91
SizeF sizef = PropertyGrid.MeasureTextHelper.MeasureText( this.ownerGrid, g, m_labelTitle.
Text
, Font, width);
179
if (m_labelDesc.
Text
!= title) {
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (8)
54
this.lblPublisher.AccessibleName = this.lblPublisher.
Text
;
55
this.lblPublisherContent.AccessibleName = this.lblPublisherContent.
Text
;
60
this.lblMachineAccess.AccessibleName = this.lblMachineAccess.
Text
;
61
this.lblMachineAccessContent.AccessibleName = this.lblMachineAccessContent.
Text
;
66
this.lblInstallation.AccessibleName = this.lblInstallation.
Text
;
67
this.lblInstallationContent.AccessibleName = this.lblInstallationContent.
Text
;
72
this.lblLocation.AccessibleName = this.lblLocation.
Text
;
73
this.lblLocationContent.AccessibleName = this.lblLocationContent.
Text
;
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (3)
100
this.lblQuestion.AccessibleName = this.lblQuestion.
Text
;
473
this.lblName.Text = StripOutAccelerator(this.lblName.
Text
);
498
this.lblPublisher.Text = StripOutAccelerator(this.lblPublisher.
Text
);
System.WorkflowServices (1)
System\Workflow\Activities\Design\EditableLabelControl.cs (1)
84
TextBox.Text = label.
Text
;