2 writes to pszText
System.Windows.Forms (2)
System\Windows\Forms\Controls\TreeView\TreeNode.cs (2)
1841
tvis.item.
pszText
= (char*)Marshal.StringToHGlobalUni(_text);
2145
item.
pszText
= (char*)Marshal.StringToHGlobalUni(_text);
3 references to pszText
System.Windows.Forms (3)
System\Windows\Forms\Controls\TreeView\TreeNode.cs (2)
1891
Marshal.FreeCoTaskMem((nint)tvis.item.
pszText
.Value);
2183
Marshal.FreeCoTaskMem((nint)item.
pszText
.Value);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2589
string newText = nmtvdi.item.
pszText
.ToString();