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