3 writes to pszText
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2542
nativeItem.
pszText
= new IntPtr(item.pszText);
2585
nativeItem.
pszText
= IntPtr.Zero;
MS\Win32\NativeMethods.cs (1)
1959
pszText
= IntPtr.Zero;
2 references to pszText
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1135
Marshal.SizeOf(item.GetType()), new IntPtr(&item.
pszText
), maxTextLength, true);
2570
pszText = (long)item.
pszText
;