5 writes to pszText
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
793
return GetTextWithinStructure(hwnd, NativeMethods.TCM_GETITEMW, new IntPtr(index), new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.
pszText
), item.cchTextMax);
1580
nativeItem.
pszText
= new IntPtr(item.pszText);
1622
nativeItem.
pszText
= IntPtr.Zero;
MS\Win32\NativeMethods.cs (2)
1816
pszText
= IntPtr.Zero;
1827
pszText
= IntPtr.Zero;
1 reference to pszText
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
1608
pszText = (long)item.
pszText
;