6 writes to text
System.Windows.Forms (6)
winforms\Managed\System\WinForms\TreeNode.cs (5)
185
this.
text
= text;
193
this.
text
= text;
202
this.
text
= text;
212
this.
text
= text;
1018
this.
text
= value;
winforms\Managed\System\WinForms\TreeView.cs (1)
2613
node.
text
= newText;
10 references to text
System.Windows.Forms (10)
winforms\Managed\System\WinForms\TreeNode.cs (10)
1015
return
text
== null ? "" :
text
;
1267
node = new TreeNode(
text
, ImageIndexer.Index, SelectedImageIndexer.Index);
1275
node.Text =
text
;
1609
path.Append(this.
text
);
1682
tvis.item_pszText = Marshal.StringToHGlobalAuto(
text
);
1857
si.AddValue("Text",
text
);
1910
return "TreeNode: " + (
text
== null ? "" :
text
);
1926
item.pszText = Marshal.StringToHGlobalAuto(
text
);