Base:
property
Text
System.Windows.Forms.Control.Text
1 override of Text
System.Web.Mobile (1)
UI\MobileControls\Design\Util\UnsettableComboBox.cs (1)
58
public override String
Text
16 writes to Text
System.Web.Mobile (10)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (2)
369
_cbAvailableFilters.
Text
= String.Empty;
397
_cbAvailableFilters.
Text
= String.Empty;
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (3)
568
_cbCompare.
Text
= compare;
569
_cbCompare.
Text
= compare;
592
_cbCompare.
Text
= String.Empty;
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
131
_cmbDefaultCommand.
Text
= _objectList.DefaultCommand;
UI\MobileControls\Design\PropertyOverridesDialog.cs (2)
312
_cbChoices.
Text
= choice.ToString();
318
_cbChoices.
Text
= String.Empty;
UI\MobileControls\Design\Util\UnsettableComboBox.cs (2)
78
base.
Text
= String.Empty;
82
base.
Text
= value;
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ComboBox.cs (2)
2610
Text
= WindowText;
3439
Text
= s;
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
1500
this.EditingComboBox.
Text
= (string) GetFormattedValue(GetValue(rowIndex), rowIndex, ref dataGridViewCellStyle, null, null, DataGridViewDataErrorContexts.Formatting);
1572
comboBox.
Text
= initialFormattedValueStr;
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
75
this.
Text
= valueStr;
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.cs (1)
202
this.reevaluationComboBox.
Text
= string.Empty;
30 references to Text
System.Messaging (2)
System\Messaging\Design\QueuePathDialog.cs (2)
143
if (pathType.
Text
.CompareTo(Res.GetString(Res.RefByPath)) == 0)
148
else if (pathType.
Text
.CompareTo(Res.GetString(Res.RefByFormatName)) == 0)
System.Web.Mobile (12)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (7)
265
if( _cbAvailableFilters.
Text
.Length == 0
266
|| FindAvailableFilter(_cbAvailableFilters.
Text
) == null)
478
return _cbAvailableFilters.
Text
!= null &&
479
_cbAvailableFilters.
Text
.Length > 0;
681
dialog.SelectFilterByName(_cbAvailableFilters.
Text
);
711
String name = _cbAvailableFilters.
Text
;
738
filter = CreateExternalFilter(_cbAvailableFilters.
Text
);
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
678
node.Compare = _cbCompare.
Text
;
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
238
_objectList.DefaultCommand = _cmbDefaultCommand.
Text
;
UI\MobileControls\Design\TemplatingOptionsDialog.cs (2)
454
!_cmbChoices.
Text
.Equals(SR.GetString(SR.DeviceFilter_NoChoice)))
469
if (_cmbChoices.
Text
.Equals(SR.GetString(SR.DeviceFilter_NoChoice)))
UI\MobileControls\Design\Util\UnsettableComboBox.cs (1)
70
return base.
Text
;
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ComboBox.cs (5)
1121
return
Text
.Substring(SelectionStart, SelectionLength);
1341
string text = this.
Text
;
2859
string text = this.
Text
;
3577
if (FormattingEnabled &&
Text
!= currentText && dropDown) {
3583
currentText =
Text
;
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (2)
76
if (String.Compare(valueStr, this.
Text
, true, CultureInfo.CurrentCulture) != 0)
161
return this.
Text
;
System.Workflow.ComponentModel (8)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (8)
982
if (!this.headerTextComboBox.
Text
.Equals(this.headerFooterCustom))
983
this.printDocument.PageSetupData.HeaderTemplate = this.headerTextComboBox.
Text
;
994
if (!this.footerTextComboBox.
Text
.Equals(this.headerFooterCustom))
995
this.printDocument.PageSetupData.FooterTemplate = this.footerTextComboBox.
Text
;
1090
this.headerCustom = this.headerTextComboBox.
Text
.Equals(this.headerFooterCustom);
1093
this.customHeaderText.Text = this.headerTextComboBox.
Text
;
1097
this.footerCustom = this.footerTextComboBox.
Text
.Equals(this.headerFooterCustom);
1100
this.customFooterText.Text = this.footerTextComboBox.
Text
;
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
225
if (combo.DroppedDown && combo.
Text
.Equals(SR2.GetString(SR2.BrowseType)) && !typeof(TypeChooserCellItem).Equals(currentCell.Value))