3 writes to cchTextMax
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1783
nativeItem.
cchTextMax
= item.cchTextMax;
1834
nativeItem.
cchTextMax
= item.cchTextMax;
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1398
item.
cchTextMax
= Misc.MaxLengthNameProperty;
3 references to cchTextMax
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
417
return GetTextWithinStructure(hwnd, NativeMethods.LVM_GETITEMW, IntPtr.Zero, new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.pszText), item.
cchTextMax
);
1766
cchTextMax = item.
cchTextMax
;
1817
cchTextMax = item.
cchTextMax
;