4 writes to cchTextMax
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2397
cchTextMax
= item.cchTextMax,
2449
cchTextMax
= item.cchTextMax,
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
584
treeItem.
cchTextMax
= Misc.MaxLengthNameProperty;
MS\Win32\NativeMethods.cs (1)
1650
cchTextMax
= 0;
3 references to cchTextMax
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
1027
return GetTextWithinStructure(hwnd, NativeMethods.TVM_GETITEMW, IntPtr.Zero, new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.pszText), item.
cchTextMax
);
2380
cchTextMax = item.
cchTextMax
;
2432
cchTextMax = item.
cchTextMax
;