5 writes to cchTextMax
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1580
cchTextMax
= item.cchTextMax,
1623
cchTextMax
= item.cchTextMax,
MS\Internal\AutomationProxies\WindowsTab.cs (1)
1344
tcitem.
cchTextMax
= Misc.MaxLengthNameProperty;
MS\Win32\NativeMethods.cs (2)
1816
cchTextMax
= 0;
1827
cchTextMax
= 0;
3 references to cchTextMax
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
792
return GetTextWithinStructure(hwnd, NativeMethods.TCM_GETITEMW, new IntPtr(index), new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.pszText), item.
cchTextMax
);
1566
cchTextMax = item.
cchTextMax
;
1609
cchTextMax = item.
cchTextMax
;