4 writes to cchTextMax
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2397cchTextMax = item.cchTextMax, 2449cchTextMax = item.cchTextMax,
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
584treeItem.cchTextMax = Misc.MaxLengthNameProperty;
MS\Win32\NativeMethods.cs (1)
1650cchTextMax = 0;
3 references to cchTextMax
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
1027return GetTextWithinStructure(hwnd, NativeMethods.TVM_GETITEMW, IntPtr.Zero, new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.pszText), item.cchTextMax); 2380cchTextMax = item.cchTextMax; 2432cchTextMax = item.cchTextMax;