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