4 writes to pszText
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
1127Marshal.SizeOf(item.GetType()), new IntPtr(&item.pszText), maxTextLength, true); 2534nativeItem.pszText = new IntPtr(item.pszText); 2577nativeItem.pszText = IntPtr.Zero;
MS\Win32\NativeMethods.cs (1)
1941pszText = IntPtr.Zero;
1 reference to pszText
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
2562pszText = (long)item.pszText;