4 writes to cchTextMax
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1671
nativeItem.
cchTextMax
= item.cchTextMax;
1723
nativeItem.
cchTextMax
= item.cchTextMax;
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
558
hdi.
cchTextMax
= 256;
MS\Win32\NativeMethods.cs (1)
1873
cchTextMax
= 0;
3 references to cchTextMax
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
875
return GetTextWithinStructure(hwnd, NativeMethods.HDM_GETITEMW, new IntPtr(index), new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.pszText), item.
cchTextMax
);
1653
cchTextMax = item.
cchTextMax
;
1705
cchTextMax = item.
cchTextMax
;