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