3 writes to cchTextMax
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1778
cchTextMax
= item.cchTextMax,
1830
cchTextMax
= item.cchTextMax,
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1383
item.
cchTextMax
= Misc.MaxLengthNameProperty;
3 references to cchTextMax
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
408
return GetTextWithinStructure(hwnd, NativeMethods.LVM_GETITEMW, IntPtr.Zero, new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.pszText), item.
cchTextMax
);
1761
cchTextMax = item.
cchTextMax
;
1813
cchTextMax = item.
cchTextMax
;