4 writes to cchTextMax
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2398cchTextMax = item.cchTextMax, 2450cchTextMax = item.cchTextMax,
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
589treeItem.cchTextMax = Misc.MaxLengthNameProperty;
MS\Win32\NativeMethods.cs (1)
1651cchTextMax = 0;
3 references to cchTextMax
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
1028return GetTextWithinStructure(hwnd, NativeMethods.TVM_GETITEMW, IntPtr.Zero, new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.pszText), item.cchTextMax); 2381cchTextMax = item.cchTextMax; 2433cchTextMax = item.cchTextMax;