1 write to cchTextMax
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
1653
cchTextMax
= item.cchTextMax;
2 references to cchTextMax
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
883
Marshal.SizeOf(item32.GetType()), new IntPtr(&item32.pszText), item32.
cchTextMax
,
1671
nativeItem.cchTextMax = item.
cchTextMax
;