Base:
property
Text
System.Windows.Forms.TextBoxBase.Text
2 overrides of Text
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6579
public override string
Text
{
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1274
public override string
Text
{
107 writes to Text
System.Web.Entity.Design (5)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.cs (1)
353
_connectionStringTextBox.
Text
= connStrBuilderItem.ConnectionString;
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.cs (1)
322
_selectAdvancedTextBox.
Text
= select;
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (3)
64
_statementTextBox.
Text
= statement;
338
_statementTextBox.
Text
= null;
342
_statementTextBox.
Text
= _cachedStatementText;
System.Web.Mobile (36)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (3)
196
this._tbArgument.
Text
= String.Empty;
505
_tbArgument.
Text
= SelectedAppliedFilter.Argument;
510
_tbArgument.
Text
= String.Empty;
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (4)
570
_txtArgument.
Text
= node.DeviceFilter.Argument;
580
_txtType.
Text
= node.DeviceFilter.Type;
581
_txtMethod.
Text
= node.DeviceFilter.Method;
593
_txtArgument.
Text
= String.Empty;
UI\MobileControls\Design\ListGeneralPage.cs (6)
236
_itemCountTextBox.
Text
= list.ItemCount.ToString(CultureInfo.InvariantCulture);
237
_itemsPerPageTextBox.
Text
= list.ItemsPerPage.ToString(CultureInfo.InvariantCulture);
275
_rowsTextBox.
Text
= selectionList.Rows.ToString(CultureInfo.InvariantCulture);
335
_itemCountTextBox.
Text
= list.ItemCount.ToString(CultureInfo.InvariantCulture);
350
_itemsPerPageTextBox.
Text
= list.ItemsPerPage.ToString(CultureInfo.InvariantCulture);
391
_rowsTextBox.
Text
= selectionList.Rows.ToString(CultureInfo.InvariantCulture);
UI\MobileControls\Design\ListItemsPage.cs (5)
162
_txtValue.
Text
= String.Empty;
184
_txtValue.
Text
= currentItemNode.Value;
192
_txtValue.
Text
= String.Empty;
207
_txtValue.
Text
= ((ItemTreeNode)CurrentNode).Value = CurrentNode.Name;
303
_txtValue.
Text
= String.Empty;
UI\MobileControls\Design\ObjectListCommandsPage.cs (3)
132
_txtText.
Text
= String.Empty;
155
_txtText.
Text
= currentCommandNode.Text;
159
_txtText.
Text
= String.Empty;
UI\MobileControls\Design\ObjectListFieldsPage.cs (6)
164
_txtDataFormatString.
Text
= String.Empty;
165
_txtTitle.
Text
= String.Empty;
216
_txtDataFormatString.
Text
= currentFieldNode.DataFormatString;
217
_txtTitle.
Text
= currentFieldNode.Title;
223
_txtDataFormatString.
Text
= String.Empty;
224
_txtTitle.
Text
= String.Empty;
UI\MobileControls\Design\ObjectListGeneralPage.cs (7)
163
_txtItemCount.
Text
= objectList.ItemCount.ToString(CultureInfo.InvariantCulture);
164
_txtItemsPerPage.
Text
= objectList.ItemsPerPage.ToString(CultureInfo.InvariantCulture);
165
_txtBackCommandText.
Text
= objectList.BackCommandText;
166
_txtDetailsCommandText.
Text
= objectList.DetailsCommandText;
167
_txtMoreText.
Text
= objectList.MoreText;
209
_txtItemCount.
Text
= objectList.ItemCount.ToString(CultureInfo.InvariantCulture);
224
_txtItemsPerPage.
Text
= objectList.ItemsPerPage.ToString(CultureInfo.InvariantCulture);
UI\MobileControls\Design\StylesEditorDialog.cs (2)
520
_txtType.
Text
= String.Empty;
524
_txtType.
Text
= ((StyleNode)SelectedStyle).FullName;
System.Windows.Forms (17)
winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs (10)
310
edit.
Text
= GetText(GetColumnValueAtRow(source, rowNum));
312
edit.
Text
= displayText;
402
edit.
Text
= NullText;
428
edit.
Text
= NullText;
434
edit.
Text
= ((IFormattable)value).ToString(format, formatInfo);
436
edit.
Text
= value.ToString();
439
edit.
Text
= typeConverter.ConvertToString(value);
475
edit.
Text
= GetText(GetColumnValueAtRow(source, rowNum));
481
edit.
Text
= displayText;
623
edit.
Text
= oldValue;
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (2)
546
textBox.
Text
= string.Empty;
550
textBox.
Text
= initialFormattedValueStr;
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (1)
74
this.
Text
= (string) value;
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
61
this.details.
Text
= value;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6585
base.
Text
= value;
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
345
details.
Text
= detailsText;
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1280
base.
Text
= value;
System.Workflow.Activities (20)
Rules\Design\Dialogs\ConditionBrowserDialog.cs (1)
152
previewBox.
Text
= string.Empty;
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
327
this.
Text
= prefix + fill + suffix;
Rules\Design\Dialogs\RenameRuleObjectDialog.cs (1)
41
this.ruleNameTextBox.
Text
= oldName;
Rules\Design\Dialogs\RuleConditionDialog.cs (3)
90
this.conditionTextBox.
Text
= ruleExpressionCondition.ToString().Replace("\n", "\r\n");
93
this.conditionTextBox.
Text
= string.Empty;
133
this.conditionTextBox.
Text
= this.ruleExpressionCondition.ToString().Replace("\n", "\r\n");
Rules\Design\Dialogs\RuleSetDialog.cs (14)
155
this.nameTextBox.
Text
= rule.Name;
158
this.priorityTextBox.
Text
= rule.Priority.ToString(CultureInfo.CurrentCulture);
161
this.conditionTextBox.
Text
= rule.Condition != null ? rule.Condition.ToString().Replace("\n", "\r\n") : string.Empty;
173
this.thenTextBox.
Text
= GetActionsString(rule.ThenActions);
185
this.elseTextBox.
Text
= GetActionsString(rule.ElseActions);
200
this.nameTextBox.
Text
= string.Empty;
203
this.priorityTextBox.
Text
= string.Empty;
204
this.conditionTextBox.
Text
= string.Empty;
205
this.thenTextBox.
Text
= string.Empty;
206
this.elseTextBox.
Text
= string.Empty;
234
this.conditionTextBox.
Text
= ruleCondition.ToString().Replace("\n", "\r\n");
255
this.thenTextBox.
Text
= GetActionsString(ruleThenActions);
279
this.elseTextBox.
Text
= GetActionsString(ruleElseActions);
350
this.nameTextBox.
Text
= ruleName;
System.Workflow.ComponentModel (14)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
204
this.memberNameTextBox.
Text
= DesignerHelpers.GenerateUniqueIdentifier(this.serviceProvider, activity.Name + "_" + context.PropertyDescriptor.Name, customPropertyNames.ToArray());
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (3)
361
this.themeNameTextBox.
Text
= this.bufferedTheme.Name;
362
this.themeLocationTextBox.
Text
= this.bufferedTheme.FilePath;
599
this.themeLocationTextBox.
Text
= fileDialog.FileName;
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (6)
422
this.typeTextBox.
Text
= GetSimpleTypeFullName(actualType);
532
this.typeTextBox.
Text
= string.Empty;
533
this.typeTextBox.
Text
= this.lastComboboxValue;
586
this.typeTextBox.
Text
= (this.artifactListView.SelectedItems[0].Tag as Type).FullName;
813
this.artifactLabel.
Text
= this.typeFilterProvider.FilterDescription;
1074
this.typeTextBox.
Text
= typeName;
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (4)
180
this.customHeaderText.
Text
= userHeader;
216
this.customFooterText.
Text
= userFooter;
1093
this.customHeaderText.
Text
= this.headerTextComboBox.Text;
1100
this.customFooterText.
Text
= this.footerTextComboBox.Text;
System.WorkflowServices (8)
System\Workflow\Activities\Design\EditableLabelControl.cs (2)
65
TextBox.
Text
= value;
84
TextBox.
Text
= label.Text;
System\Workflow\Activities\Design\ServiceContractDetailViewControl.cs (2)
26
contractNameTextBox.
Text
= listItem.Name;
62
this.contractNameTextBox.
Text
= oldName;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (4)
98
this.operationNameTextBox.
Text
= operationInfoBase.Name;
99
this.permissionRoleTextBox.
Text
= operationInfoBase.PrincipalPermissionRole;
100
this.permissionNameTextBox.
Text
= operationInfoBase.PrincipalPermissionName;
354
this.operationNameTextBox.
Text
= oldName;
WsatUI (7)
MMCUI\TraceOptionsForm.cs (2)
35
textLogFileSize.
Text
= ETWWsatTraceSession.GetMaxTraceFileSizeFromReg().ToString(System.Globalization.CultureInfo.InvariantCulture);
52
textLogFileSize.
Text
= ETWWsatTraceSession.DefaultLogFileSize.ToString(System.Globalization.CultureInfo.InvariantCulture);
MMCUI\WSATControl.cs (5)
218
this.textBoxHttpsPort.
Text
= this.config.HttpsPort.ToString(CultureInfo.InvariantCulture);
219
this.textBoxEndpointCert.
Text
= GetDisplayStringForCert(config.X509Certificate);
220
this.textBoxDefaultTimeout.
Text
= this.config.DefaultTimeout.ToString(CultureInfo.InvariantCulture);
221
this.textBoxMaxTimeout.
Text
= this.config.MaxTimeout.ToString(CultureInfo.InvariantCulture);
327
textBoxEndpointCert.
Text
= GetDisplayStringForCert(config.X509Certificate);
112 references to Text
System.Web.Entity.Design (6)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.cs (3)
133
_configureObjectContext.SelectConnectionStringHasValue(!String.IsNullOrEmpty(_connectionStringTextBox.
Text
));
158
_configureObjectContext.SelectConnectionStringHasValue(!String.IsNullOrEmpty(_connectionStringTextBox.
Text
));
265
selectedConnection = _configureObjectContext.GetEntityConnectionStringBuilderItem(_connectionStringTextBox.
Text
);
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.cs (1)
189
_dataSelection.SelectAdvancedSelect(_selectAdvancedTextBox.
Text
);
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (2)
105
return _statementTextBox.
Text
;
337
_cachedStatementText = _statementTextBox.
Text
;
System.Web.Mobile (22)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (2)
577
Debug.Assert(_tbArgument.
Text
.Length == 0,
583
SelectedAppliedFilter.Argument = _tbArgument.
Text
;
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (3)
682
node.Argument = _txtArgument.
Text
;
686
node.Type = _txtType.
Text
;
690
node.Method = _txtMethod.
Text
;
UI\MobileControls\Design\ListGeneralPage.cs (6)
327
if (_itemCountTextBox.
Text
.Length != 0)
329
itemCount = Int32.Parse(_itemCountTextBox.
Text
, CultureInfo.InvariantCulture);
342
if (_itemsPerPageTextBox.
Text
.Length != 0)
344
itemsPerPage = Int32.Parse(_itemsPerPageTextBox.
Text
, CultureInfo.InvariantCulture);
383
if (_rowsTextBox.
Text
.Length != 0)
385
rows = Int32.Parse(_rowsTextBox.
Text
, CultureInfo.InvariantCulture);
UI\MobileControls\Design\ListItemsPage.cs (1)
250
((ItemTreeNode)CurrentNode).Value = _txtValue.
Text
;
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
226
((CommandTreeNode)CurrentNode).Text = _txtText.
Text
;
UI\MobileControls\Design\ObjectListFieldsPage.cs (2)
280
currentFieldNode.DataFormatString = _txtDataFormatString.
Text
;
284
currentFieldNode.Title = _txtTitle.
Text
;
UI\MobileControls\Design\ObjectListGeneralPage.cs (7)
201
if (_txtItemCount.
Text
.Length != 0)
203
itemCount = Int32.Parse(_txtItemCount.
Text
, CultureInfo.InvariantCulture);
216
if (_txtItemsPerPage.
Text
.Length != 0)
218
itemsPerPage = Int32.Parse(_txtItemsPerPage.
Text
, CultureInfo.InvariantCulture);
227
objectList.BackCommandText = _txtBackCommandText.
Text
;
228
objectList.DetailsCommandText = _txtDetailsCommandText.
Text
;
229
objectList.MoreText = _txtMoreText.
Text
;
System.Windows.Forms (24)
winforms\Managed\System\WinForms\DataGridTextBox.cs (7)
139
if (SelectionStart + SelectionLength ==
Text
.Length)
149
(this.IsInEditOrNavigateMode && this.SelectionLength ==
Text
.Length))
158
if (
Text
.IndexOf("\r\n", end) == -1)
166
if (
Text
.IndexOf("\r\n") < 0 || SelectionStart + SelectionLength <
Text
.IndexOf("\r\n"))
171
if (SelectionLength ==
Text
.Length)
217
SelectionStart =
Text
.Length;
winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs (5)
425
object value = edit.
Text
;
432
value = (object) parseMethod.Invoke(null, new object[] {edit.
Text
, this.FormatInfo});
438
value = typeConverter.ConvertFromString(edit.
Text
);
508
oldValue = edit.
Text
;
517
int end = edit.
Text
.Length;
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (9)
162
if ((this.RightToLeft == RightToLeft.No && !(this.SelectionLength == 0 && this.SelectionStart == this.
Text
.Length)) ||
174
(this.RightToLeft == RightToLeft.Yes && !(this.SelectionLength == 0 && this.SelectionStart == this.
Text
.Length)))
184
if (this.
Text
.IndexOf("\r\n", end) != -1)
193
if (!(this.
Text
.IndexOf("\r\n") < 0 || this.SelectionStart + this.SelectionLength < this.
Text
.IndexOf("\r\n")))
201
if (this.SelectionLength != this.
Text
.Length)
217
this.SelectionStart < this.
Text
.Length)
236
return this.
Text
;
250
this.SelectionStart = this.
Text
.Length;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6581
return base.
Text
;
winforms\Managed\System\WinForms\UpDownBase.cs (2)
1276
return base.
Text
;
1279
bool valueChanged = (value != base.
Text
);
System.Workflow.Activities (25)
Rules\Design\Dialogs\IntellisenseTextBox.cs (11)
87
string currentValue = this.
Text
;
144
string currentValue = this.
Text
;
159
UpdateIntellisenceDropDown(this.
Text
.Substring(0, selectionStart - CurrentPrefix.Length));
168
if (this.
Text
.Length > 0)
320
if (suffixStart >= this.
Text
.Length)
321
suffixStart = this.
Text
.Length;
323
string prefix = this.
Text
.Substring(0, prefixEnd);
325
string suffix = this.
Text
.Substring(suffixStart, this.
Text
.Length - suffixStart);
428
if (charIndex > 0 && this.
Text
[charIndex - 1] == '\n')
595
string textTillCaret = this.
Text
.Substring(0, this.SelectionStart);
Rules\Design\Dialogs\RenameRuleObjectDialog.cs (1)
70
string newName = this.ruleNameTextBox.
Text
;
Rules\Design\Dialogs\RuleConditionDialog.cs (3)
100
this.ruleParser.ParseCondition(this.conditionTextBox.
Text
);
130
this.ruleExpressionCondition = (RuleExpressionCondition)this.ruleParser.ParseCondition(this.conditionTextBox.
Text
);
132
if (!string.IsNullOrEmpty(this.conditionTextBox.
Text
))
Rules\Design\Dialogs\RuleSetDialog.cs (10)
164
this.ruleParser.ParseCondition(this.conditionTextBox.
Text
);
176
this.ruleParser.ParseStatementList(this.thenTextBox.
Text
);
188
this.ruleParser.ParseStatementList(this.elseTextBox.
Text
);
231
RuleCondition ruleCondition = this.ruleParser.ParseCondition(this.conditionTextBox.
Text
);
233
if (!string.IsNullOrEmpty(this.conditionTextBox.
Text
))
254
List<RuleAction> ruleThenActions = this.ruleParser.ParseStatementList(this.thenTextBox.
Text
);
278
List<RuleAction> ruleElseActions = this.ruleParser.ParseStatementList(this.elseTextBox.
Text
);
340
if (this.nameTextBox.
Text
!= rule.Name)
342
string ruleName = this.nameTextBox.
Text
;
374
rule.Priority = int.Parse(this.priorityTextBox.
Text
, CultureInfo.CurrentCulture);
System.Workflow.ComponentModel (21)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
219
this.newMemberName = this.memberNameTextBox.
Text
;
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (11)
422
if (this.themeNameTextBox.
Text
== null || this.themeNameTextBox.
Text
.Trim().Length == 0)
429
if (this.themeLocationTextBox.
Text
== null)
436
string path = this.themeLocationTextBox.
Text
.Trim();
480
textBox.SelectionLength = (textBox.
Text
!= null) ? textBox.
Text
.Length : 0;
488
if (!this.bufferedTheme.FilePath.Equals(this.themeLocationTextBox.
Text
.Trim(), StringComparison.OrdinalIgnoreCase))
505
this.bufferedTheme.Name = this.themeNameTextBox.
Text
.Trim();
507
this.bufferedTheme.Save(this.themeLocationTextBox.
Text
.Trim());
515
this.themeLocationTextBox.SelectionLength = (this.themeLocationTextBox.
Text
!= null) ? this.themeLocationTextBox.
Text
.Length : 0;
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (7)
529
if (this.lastComboboxValue != this.typeTextBox.
Text
)
531
this.lastComboboxValue = this.typeTextBox.
Text
;
534
this.typeTextBox.SelectionStart = this.typeTextBox.
Text
.Length;
546
Type type = typeProvider.GetType(this.typeTextBox.
Text
);
652
Type actualType = typeProvider.GetType(this.typeTextBox.
Text
);
656
this.lastComboboxValue = this.typeTextBox.
Text
;
1020
selectedType = typeProvider.GetType(this.typeTextBox.
Text
);
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (2)
985
this.printDocument.PageSetupData.HeaderTemplate = this.customHeaderText.
Text
;
997
this.printDocument.PageSetupData.FooterTemplate = this.customFooterText.
Text
;
System.WorkflowServices (9)
System\Workflow\Activities\Design\EditableLabelControl.cs (2)
60
return TextBox.
Text
;
102
this.Text = TextBox.
Text
;
System\Workflow\Activities\Design\ServiceContractDetailViewControl.cs (1)
55
contractListItem.Name = this.contractNameTextBox.
Text
;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (6)
339
workflowOperationListItem.Operation.Name = this.operationNameTextBox.
Text
;
347
operationListItem.Name = this.operationNameTextBox.
Text
;
452
workflowOperationListItem.Operation.PrincipalPermissionName = this.permissionNameTextBox.
Text
;
459
reflectedOperationListItem.Operation.PrincipalPermissionName = this.permissionNameTextBox.
Text
;
470
workflowOperationListItem.Operation.PrincipalPermissionRole = this.permissionRoleTextBox.
Text
;
477
reflectedOperationListItem.Operation.PrincipalPermissionRole = this.permissionRoleTextBox.
Text
;
WsatUI (5)
MMCUI\TraceOptionsForm.cs (2)
63
bool ret = UInt32.TryParse(textLogFileSize.
Text
, out fileSize);
134
bool ret = UInt32.TryParse(textLogFileSize.
Text
, out fileSize);
MMCUI\WSATControl.cs (3)
233
if (UInt16.TryParse(this.textBoxMaxTimeout.
Text
, out shortTemp))
248
if (UInt16.TryParse(this.textBoxHttpsPort.
Text
, out shortTemp))
260
if (UInt16.TryParse(this.textBoxDefaultTimeout.
Text
, out shortTemp))