4 writes to cchTextMax
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2392
nativeItem.
cchTextMax
= item.cchTextMax;
2443
nativeItem.
cchTextMax
= item.cchTextMax;
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
600
treeItem.
cchTextMax
= Misc.MaxLengthNameProperty;
MS\Win32\NativeMethods.cs (1)
1669
cchTextMax
= 0;
3 references to cchTextMax
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
1036
return GetTextWithinStructure(hwnd, NativeMethods.TVM_GETITEMW, IntPtr.Zero, new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.pszText), item.
cchTextMax
);
2375
cchTextMax = item.
cchTextMax
;
2426
cchTextMax = item.
cchTextMax
;