1 write to cchTextMax
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
1661
cchTextMax
= item.cchTextMax;
2 references to cchTextMax
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
891
Marshal.SizeOf(item32.GetType()), new IntPtr(&item32.pszText), item32.
cchTextMax
,
1679
nativeItem.cchTextMax = item.
cchTextMax
;