4 writes to cchTextMax
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2392nativeItem.cchTextMax = item.cchTextMax; 2443nativeItem.cchTextMax = item.cchTextMax;
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
600treeItem.cchTextMax = Misc.MaxLengthNameProperty;
MS\Win32\NativeMethods.cs (1)
1669cchTextMax = 0;
3 references to cchTextMax
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
1036return GetTextWithinStructure(hwnd, NativeMethods.TVM_GETITEMW, IntPtr.Zero, new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.pszText), item.cchTextMax); 2375cchTextMax = item.cchTextMax; 2426cchTextMax = item.cchTextMax;