6 writes to lpszText
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ToolTip.cs (6)
1178ti.lpszText = NativeMethods.InvalidIntPtr; 1183ti.lpszText = NativeMethods.InvalidIntPtr; 1186ti.lpszText = Marshal.StringToHGlobalAuto(caption); 1192ti.lpszText = Marshal.StringToHGlobalAuto(caption); 2025ti.lpszText = Marshal.StringToHGlobalAuto(text); 2074toolInfo.lpszText = Marshal.StringToHGlobalAuto(text);
8 references to lpszText
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ToolTip.cs (8)
988if(allocatedString && IntPtr.Zero != tool.lpszText) { 989Marshal.FreeHGlobal(tool.lpszText); 1481if(allocatedString && IntPtr.Zero != toolInfo.lpszText) { 1482Marshal.FreeHGlobal(toolInfo.lpszText); 2043if(allocatedString && IntPtr.Zero != ti.lpszText) { 2044Marshal.FreeHGlobal(ti.lpszText); 2078if(IntPtr.Zero != toolInfo.lpszText) { 2079Marshal.FreeHGlobal(toolInfo.lpszText);