3 writes to cchTextMax
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1779cchTextMax = item.cchTextMax, 1831cchTextMax = item.cchTextMax,
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1387item.cchTextMax = Misc.MaxLengthNameProperty;
3 references to cchTextMax
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
409return GetTextWithinStructure(hwnd, NativeMethods.LVM_GETITEMW, IntPtr.Zero, new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.pszText), item.cchTextMax); 1762cchTextMax = item.cchTextMax; 1814cchTextMax = item.cchTextMax;