3 writes to pszHeader
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2080nativeItem.pszHeader = new IntPtr(item.pszHeader); 2230nativeItem.pszHeader = IntPtr.Zero;
MS\Win32\NativeMethods.cs (1)
943pszHeader = pszFooter = IntPtr.Zero;
2 references to pszHeader
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
689textAddress = new IntPtr(&item.pszHeader); 2196pszHeader = (long)item.pszHeader;