2 writes to pszText
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1782
nativeItem.
pszText
= new IntPtr(item.pszText);
1833
nativeItem.
pszText
= IntPtr.Zero;
2 references to pszText
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
417
return GetTextWithinStructure(hwnd, NativeMethods.LVM_GETITEMW, IntPtr.Zero, new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.
pszText
), item.cchTextMax);
1816
pszText = (long)item.
pszText
;