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