Implemented interface member:
property
Text
System.Web.UI.ITextControl.Text
2 overrides of Text
System.Web (2)
UI\WebControls\BaseValidator.cs (1)
295
public override string
Text
{
UI\WebControls\ModelErrorMessage.cs (1)
77
public override string
Text
{
49 writes to Text
System.Web (45)
ErrorFormatter.cs (1)
157
label.
Text
= text;
UI\WebControls\BaseValidator.cs (1)
301
base.
Text
= value;
UI\WebControls\CreateUserWizard.cs (2)
2405
label.
Text
= step.Title;
2407
label.
Text
= step.ID;
UI\WebControls\DataGrid.cs (3)
1323
prevLabel.
Text
= pagerStyle.PrevPageText;
1339
nextLabel.
Text
= pagerStyle.NextPageText;
1394
label.
Text
= pageString;
UI\WebControls\DetailsView.cs (1)
2034
label.
Text
= pageString;
UI\WebControls\FormView.cs (1)
1731
label.
Text
= pageString;
UI\WebControls\GridView.cs (1)
2596
label.
Text
= pageString;
UI\WebControls\ImageField.cs (1)
508
label.
Text
= NullDisplayText;
UI\WebControls\Label.cs (3)
178
Text
+= ((LiteralControl)obj).Text;
181
Text
= ((LiteralControl)obj).Text;
188
Text
= String.Empty;
UI\WebParts\CatalogPartChrome.cs (1)
232
label.
Text
= catalogPart.DisplayTitle;
UI\WebParts\CatalogZoneBase.cs (2)
600
label.
Text
= text;
700
label.
Text
= instructionText;
UI\WebParts\ConnectionsZone.cs (23)
1491
label.
Text
= connectToConsumerTitle;
1501
label.
Text
= connectToConsumerInstructionText;
1519
label.
Text
= SendText;
1535
label.
Text
= SendToText;
1584
label.
Text
= connectToProviderTitle;
1594
label.
Text
= connectToProviderInstructionText;
1612
label.
Text
= GetText;
1628
label.
Text
= GetFromText;
1695
label.
Text
= instructionText;
1727
label.
Text
= instructionText;
1769
label.
Text
= (consumer ? SendText : GetText);
1783
label.
Text
= (consumer ? SendToText : GetFromText);
1817
label.
Text
= ExistingConnectionErrorMessage;
1908
label.
Text
= instructionText;
1926
label.
Text
= String.Format(CultureInfo.CurrentCulture, instructionTitle, WebPartToConnect.DisplayTitle);
1929
label.
Text
= instructionTitle;
1942
label.
Text
= noConnection;
1952
label.
Text
= instructions;
1987
label.
Text
= (isConsumer ? ConnectToProviderTitle : ConnectToConsumerTitle);
1994
label.
Text
= (isConsumer ? ConnectToProviderInstructionText : ConnectToConsumerInstructionText);
2006
label.
Text
= (isConsumer ? GetText : SendText);
2020
label.
Text
= (isConsumer ? GetFromText : SendToText);
2041
label.
Text
= ConfigureConnectionTitle;
UI\WebParts\EditorZoneBase.cs (2)
462
label.
Text
= errorText;
480
label.
Text
= instructionText;
UI\WebParts\RowToFieldTransformer.cs (1)
142
fieldNameLabel.
Text
= SR.GetString(SR.RowToFieldTransformer_FieldName);
UI\WebParts\RowToParametersTransformer.cs (2)
259
label.
Text
= HttpUtility.HtmlEncode(OldProviderNames[2*i]);
308
consumerFieldNameLabel.
Text
= SR.GetString(SR.RowToParametersTransformer_ConsumerFieldName);
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
621
cell.Controls.Add(new Label() {
Text
= currentInfo.Verb + "," + currentInfo.Url });
System.Web.Extensions (3)
UI\WebControls\NextPreviousPagerField.cs (1)
477
label.
Text
= buttonText;
UI\WebControls\NumericPagerField.cs (2)
427
pageNumber.
Text
= (i + firstButtonIndex + 1).ToString(CultureInfo.InvariantCulture);
462
pageNumber.
Text
= (i + firstButtonIndex + 1).ToString(CultureInfo.InvariantCulture);
3 references to Text
System.Web (3)
UI\WebControls\BaseValidator.cs (1)
298
return base.
Text
;
UI\WebControls\Label.cs (2)
186
string currentText =
Text
;
223
writer.Write(
Text
);