11 writes to Text
System.Web.Mobile (5)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
1072
base.
Text
= ToString();
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (3)
719
base.
Text
= DeviceFilter.Name;
725
base.
Text
= node.Name;
738
base.
Text
= value;
UI\MobileControls\Design\StylesEditorDialog.cs (1)
1181
base.
Text
= RuntimeStyle.Name;
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeNode.cs (2)
1275
node.
Text
= text;
1411
Text
= serializationInfo.GetString(entry.Name);
System.Workflow.ComponentModel (4)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (2)
881
this.
Text
= MemberName(this.PathInfo.Path);
1184
memberTreeNode.
Text
= MemberActivityBindTreeNode.MemberName(currentPathInfo.Path);
AuthoringOM\Design\DocumentOutline.cs (2)
481
this.
Text
= activity.Name;
486
this.
Text
= newName;
41 references to Text
System.Messaging (4)
System\Messaging\Design\QueuePathDialog.cs (4)
116
path.Append(node.Parent.
Text
);
441
if (String.Compare(machineName, machine.
Text
, true, CultureInfo.InvariantCulture) == 0)
450
if (queueNode.
Text
!= null && String.Compare(queueName, queueNode.
Text
, true, CultureInfo.InvariantCulture) == 0)
System.Web.Mobile (6)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
595
String oldLabel = e.Node.
Text
;
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (2)
641
String oldLabel = e.Node.
Text
;
732
Debug.Assert(DeviceFilter.Name == base.
Text
);
UI\MobileControls\Design\ListItemsPage.cs (1)
274
itemNode.RuntimeItem.Text = itemNode.
Text
;
UI\MobileControls\Design\StylesEditorDialog.cs (1)
683
String oldValue = e.Node.
Text
;
UI\MobileControls\Design\Util\EditableTreeList.cs (1)
330
if(String.Compare(node.
Text
, label, ((!_caseSensitive) ? StringComparison.OrdinalIgnoreCase : StringComparison.Ordinal)) == 0)
System.Windows.Forms (16)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
807
DrawTreeItem(itemNode.
Text
, itemNode.ImageIndex,
winforms\Managed\System\WinForms\TreeNode.cs (5)
1084
string nodeText = node.
Text
;
1093
if (compare.Compare(children[childCount-1].
Text
, nodeText) <= 0)
1099
if (compare.Compare(children[iT].
Text
, nodeText) <= 0)
1155
if (compare.Compare(children[j].
Text
, children[min].
Text
) <= 0)
winforms\Managed\System\WinForms\TreeNodeCollection.cs (2)
323
throw new ArgumentException(SR.GetString(SR.OnlyOneControl, node.
Text
), "node");
461
throw new ArgumentException(SR.GetString(SR.OnlyOneControl, node.
Text
), "node");
winforms\Managed\System\WinForms\TreeNodeConverter.cs (4)
64
args = new object[] {node.
Text
};
72
args = new object[] {node.
Text
, nodesArray};
82
node.
Text
,
97
node.
Text
,
winforms\Managed\System\WinForms\TreeView.cs (4)
2826
Size textSize = TextRenderer.MeasureText(node.
Text
, node.TreeView.Font);
2845
TextRenderer.DrawText(g, e.Node.
Text
, font, bounds, color, TextFormatFlags.Default);
2856
TextRenderer.DrawText(g, e.Node.
Text
, font, bounds, color, TextFormatFlags.Default);
2950
tipText = tn.
Text
;
System.Workflow.ComponentModel (15)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (8)
973
e.CancelEdit = (memberNode == null) || !memberNode.
Text
.Contains("[") || !memberNode.
Text
.Contains("]");
979
string oldLabel = e.Node.
Text
;
1154
if (node.
Text
.Equals(indexPropertyName, StringComparison.Ordinal))
1175
if (memberTreeNode != null && memberTreeNode.
Text
.Contains("[") && currentPathInfo.Path.Contains("["))
1179
string treeNodePropertyName = GetMemberNameFromIndexerName(memberTreeNode.
Text
);
1289
path = (path.Length == 0) ? memberNode.
Text
: memberNode.
Text
+ "." + path;
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (4)
798
if (parentCatagoryAttribute != null && parentCatagoryAttribute.Category == item.
Text
&& (item.Tag == null || !typeof(Activity).IsAssignableFrom(item.Tag.GetType())))
802
if (designerCatagoryAttribute.Category == item.
Text
&& (item.Tag == null || !typeof(Activity).IsAssignableFrom(item.Tag.GetType())))
905
return String.Compare(treeNode1.
Text
, treeNode2.
Text
, StringComparison.CurrentCulture);
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (3)
477
if (nsNode.
Text
== namespaceName)
861
namespaceToFilter = treeNode.
Text
;
961
if (nsNode.
Text
== nsName)