6 writes to iGroupID
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2002
iGroupID
= item.iGroupID,
2152
iGroupID
= item.iGroupID,
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
108
group.
iGroupID
= ID;
425
group.
iGroupID
= groupID;
610
group.
iGroupID
= _groupID;
MS\Win32\NativeMethods.cs (1)
884
iGroupID
= -1;
14 references to iGroupID
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (14)
505
new IntPtr(group.
iGroupID
), new IntPtr(&group), Marshal.SizeOf(group.GetType()));
506
return (result == group.
iGroupID
);
512
new IntPtr(group.
iGroupID
), new IntPtr(&group32), Marshal.SizeOf(group32.GetType()));
513
return (result == group.
iGroupID
);
519
new IntPtr(group.
iGroupID
), new IntPtr(&group64), Marshal.SizeOf(group64.GetType()));
520
return (result == group.
iGroupID
);
538
new IntPtr(group.
iGroupID
), new IntPtr(pGroup), Marshal.SizeOf(group.GetType()));
540
if (result == group.
iGroupID
)
549
new IntPtr(group.
iGroupID
), new IntPtr(&group32), Marshal.SizeOf(group32.GetType()));
560
new IntPtr(group.
iGroupID
), new IntPtr(&group64), Marshal.SizeOf(group64.GetType()));
630
return GetTextWithinStructure(hwnd, NativeMethods.LVM_GETGROUPINFO, new IntPtr(item.
iGroupID
), new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.pszHeader), item.cchHeader);
1351
XSend(hwnd, NativeMethods.LVM_GETGROUPINFO, new IntPtr(group.
iGroupID
), new IntPtr(&group), group.cbSize, ErrorValue.NoCheck);
1985
iGroupID = item.
iGroupID
;
2135
iGroupID = item.
iGroupID
;