1 write to pszText
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TreeNode.cs (1)
1926item.pszText = Marshal.StringToHGlobalAuto(text);
3 references to pszText
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TreeNode.cs (1)
1946Marshal.FreeHGlobal(item.pszText);
winforms\Managed\System\WinForms\TreeView.cs (2)
2609string newText = (nmtvdi.item.pszText == IntPtr.Zero ? null : Marshal.PtrToStringAuto(nmtvdi.item.pszText));