1 write to item_pszText
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TreeNode.cs (1)
1682tvis.item_pszText = Marshal.StringToHGlobalAuto(text);
1 reference to item_pszText
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TreeNode.cs (1)
1725Marshal.FreeHGlobal(tvis.item_pszText);