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