2 references to cchTextMax
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
6064
if (dispInfo.item.
cchTextMax
<= text.Length) {
6065
text = text.Substring(0, dispInfo.item.
cchTextMax
- 1);