4 writes to pszText
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1588
nativeItem.
pszText
= new IntPtr(item.pszText);
1630
nativeItem.
pszText
= IntPtr.Zero;
MS\Win32\NativeMethods.cs (2)
1834
pszText
= IntPtr.Zero;
1845
pszText
= IntPtr.Zero;
2 references to pszText
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
801
return GetTextWithinStructure(hwnd, NativeMethods.TCM_GETITEMW, new IntPtr(index), new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.
pszText
), item.cchTextMax);
1616
pszText = (long)item.
pszText
;