2 writes to pszText
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolBarButton.cs (2)
673
button.
pszText
= Marshal.StringToHGlobalAuto("\0\0");
678
button.
pszText
= Marshal.StringToHGlobalAuto(textValue);
2 references to pszText
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolBar.cs (2)
1239
if (tbbi.
pszText
!= IntPtr.Zero) {
1240
Marshal.FreeHGlobal(tbbi.
pszText
);