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