3 writes to pszText
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
409
return GetTextWithinStructure(hwnd, NativeMethods.LVM_GETITEMW, IntPtr.Zero, new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.
pszText
), item.cchTextMax);
1778
pszText
= new IntPtr(item.pszText),
1830
pszText
= IntPtr.Zero,
1 reference to pszText
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
1813
pszText = (long)item.
pszText
;