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