9 writes to iGroupID
UIAutomationClientsideProviders (9)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2084nativeItem.iGroupID = item.iGroupID; 2234nativeItem.iGroupID = item.iGroupID;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (4)
108group.iGroupID = ID; 163group.iGroupID = _groupID; 251group.iGroupID = _groupID; 514groupInfo.iGroupID = groupId;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (2)
91groupInfo.iGroupID = _groupId; 109group.iGroupID = _groupId;
MS\Win32\NativeMethods.cs (1)
945iGroupID = -1;
11 references to iGroupID
UIAutomationClientsideProviders (11)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (7)
592new IntPtr(group.iGroupID), new IntPtr(pGroup), Marshal.SizeOf(group.GetType())); 594if (result == group.iGroupID) 603new IntPtr(group.iGroupID), new IntPtr(&group32), Marshal.SizeOf(group32.GetType())); 614new IntPtr(group.iGroupID), new IntPtr(&group64), Marshal.SizeOf(group64.GetType())); 698return GetTextWithinStructure(hwnd, NativeMethods.LVM_GETGROUPINFO, new IntPtr(item.iGroupID), new IntPtr(&item), Marshal.SizeOf(item.GetType()), textAddress, size, true); 2051iGroupID = item.iGroupID; 2201iGroupID = item.iGroupID;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (2)
355if (groupInfo.iGroupID == _groupID) 512int groupId = groupInfo.iGroupID;
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
408if (groupInfo.iGroupID == -1) 419if (!manager.Add(groupInfo.iGroupID, ii.iItem))