4 writes to cchTextMax
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1679
nativeItem.
cchTextMax
= item.cchTextMax;
1731
nativeItem.
cchTextMax
= item.cchTextMax;
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
571
hdi.
cchTextMax
= 256;
MS\Win32\NativeMethods.cs (1)
1891
cchTextMax
= 0;
3 references to cchTextMax
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
883
return GetTextWithinStructure(hwnd, NativeMethods.HDM_GETITEMW, new IntPtr(index), new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.pszText), item.
cchTextMax
);
1661
cchTextMax = item.
cchTextMax
;
1713
cchTextMax = item.
cchTextMax
;