6 writes to iGroupID
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2003
iGroupID
= item.iGroupID,
2153
iGroupID
= item.iGroupID,
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
109
group.
iGroupID
= ID;
426
group.
iGroupID
= groupID;
611
group.
iGroupID
= _groupID;
MS\Win32\NativeMethods.cs (1)
885
iGroupID
= -1;
14 references to iGroupID
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (14)
506
new IntPtr(group.
iGroupID
), new IntPtr(&group), Marshal.SizeOf(group.GetType()));
507
return (result == group.
iGroupID
);
513
new IntPtr(group.
iGroupID
), new IntPtr(&group32), Marshal.SizeOf(group32.GetType()));
514
return (result == group.
iGroupID
);
520
new IntPtr(group.
iGroupID
), new IntPtr(&group64), Marshal.SizeOf(group64.GetType()));
521
return (result == group.
iGroupID
);
539
new IntPtr(group.
iGroupID
), new IntPtr(pGroup), Marshal.SizeOf(group.GetType()));
541
if (result == group.
iGroupID
)
550
new IntPtr(group.
iGroupID
), new IntPtr(&group32), Marshal.SizeOf(group32.GetType()));
561
new IntPtr(group.
iGroupID
), new IntPtr(&group64), Marshal.SizeOf(group64.GetType()));
631
return GetTextWithinStructure(hwnd, NativeMethods.LVM_GETGROUPINFO, new IntPtr(item.
iGroupID
), new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.pszHeader), item.cchHeader);
1352
XSend(hwnd, NativeMethods.LVM_GETGROUPINFO, new IntPtr(group.
iGroupID
), new IntPtr(&group), group.cbSize, ErrorValue.NoCheck);
1986
iGroupID = item.
iGroupID
;
2136
iGroupID = item.
iGroupID
;