4 writes to cchTextMax
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2398
cchTextMax
= item.cchTextMax,
2450
cchTextMax
= item.cchTextMax,
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
589
treeItem.
cchTextMax
= Misc.MaxLengthNameProperty;
MS\Win32\NativeMethods.cs (1)
1651
cchTextMax
= 0;
3 references to cchTextMax
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
1028
return GetTextWithinStructure(hwnd, NativeMethods.TVM_GETITEMW, IntPtr.Zero, new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.pszText), item.
cchTextMax
);
2381
cchTextMax = item.
cchTextMax
;
2433
cchTextMax = item.
cchTextMax
;