5 writes to cchTextMax
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1589nativeItem.cchTextMax = item.cchTextMax; 1631nativeItem.cchTextMax = item.cchTextMax;
MS\Internal\AutomationProxies\WindowsTab.cs (1)
1350tcitem.cchTextMax = Misc.MaxLengthNameProperty;
MS\Win32\NativeMethods.cs (2)
1835cchTextMax = 0; 1846cchTextMax = 0;
3 references to cchTextMax
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
801return GetTextWithinStructure(hwnd, NativeMethods.TCM_GETITEMW, new IntPtr(index), new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.pszText), item.cchTextMax); 1575cchTextMax = item.cchTextMax; 1617cchTextMax = item.cchTextMax;