4 writes to pszHeader
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
632
return GetTextWithinStructure(hwnd, NativeMethods.LVM_GETGROUPINFO, new IntPtr(item.iGroupID), new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.
pszHeader
), item.cchHeader);
1992
nativeItem.
pszHeader
= new IntPtr(item.pszHeader);
2140
nativeItem.
pszHeader
= IntPtr.Zero;
MS\Win32\NativeMethods.cs (1)
889
pszHeader
= pszFooter = IntPtr.Zero;
3 references to pszHeader
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
1355
if (group.
pszHeader
!= IntPtr.Zero)
1368
if (Misc.ReadProcessMemory(hProcess, group.
pszHeader
, copyTo, new IntPtr(NativeMethods.MAX_PATH), out count))
2122
pszHeader = (long)item.
pszHeader
;