2 references to lpszText
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
6156
Marshal.Copy(byteBuf, 0, infoTip.
lpszText
, Math.Min(byteBuf.Length, infoTip.cchTextMax));
6161
Marshal.Copy(charBuf, 0, infoTip.
lpszText
, Math.Min(charBuf.Length, infoTip.cchTextMax));