6 writes to iGroupID
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2003
nativeItem.
iGroupID
= item.iGroupID;
2151
nativeItem.
iGroupID
= item.iGroupID;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
118
group.
iGroupID
= ID;
435
group.
iGroupID
= groupID;
619
group.
iGroupID
= _groupID;
MS\Win32\NativeMethods.cs (1)
902
iGroupID
= -1;
14 references to iGroupID
UIAutomationClientsideProviders (14)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (14)
514
new IntPtr(group.
iGroupID
), new IntPtr(&group), Marshal.SizeOf(group.GetType()));
515
return (result == group.
iGroupID
);
521
new IntPtr(group.
iGroupID
), new IntPtr(&group32), Marshal.SizeOf(group32.GetType()));
522
return (result == group.
iGroupID
);
528
new IntPtr(group.
iGroupID
), new IntPtr(&group64), Marshal.SizeOf(group64.GetType()));
529
return (result == group.
iGroupID
);
547
new IntPtr(group.
iGroupID
), new IntPtr(pGroup), Marshal.SizeOf(group.GetType()));
549
if (result == group.
iGroupID
)
558
new IntPtr(group.
iGroupID
), new IntPtr(&group32), Marshal.SizeOf(group32.GetType()));
569
new IntPtr(group.
iGroupID
), new IntPtr(&group64), Marshal.SizeOf(group64.GetType()));
639
return GetTextWithinStructure(hwnd, NativeMethods.LVM_GETGROUPINFO, new IntPtr(item.
iGroupID
), new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.pszHeader), item.cchHeader);
1360
XSend(hwnd, NativeMethods.LVM_GETGROUPINFO, new IntPtr(group.
iGroupID
), new IntPtr(&group), group.cbSize, ErrorValue.NoCheck);
1986
iGroupID = item.
iGroupID
;
2134
iGroupID = item.
iGroupID
;