3 writes to pszHeader
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1999nativeItem.pszHeader = new IntPtr(item.pszHeader); 2147nativeItem.pszHeader = IntPtr.Zero;
MS\Win32\NativeMethods.cs (1)
900pszHeader = pszFooter = IntPtr.Zero;
4 references to pszHeader
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (4)
639return GetTextWithinStructure(hwnd, NativeMethods.LVM_GETGROUPINFO, new IntPtr(item.iGroupID), new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.pszHeader), item.cchHeader); 1362if (group.pszHeader != IntPtr.Zero) 1375if (Misc.ReadProcessMemory(hProcess, group.pszHeader, copyTo, new IntPtr(NativeMethods.MAX_PATH), out count)) 2129pszHeader = (long)item.pszHeader;