9 writes to iGroupID
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2085iGroupID = item.iGroupID, 2237iGroupID = item.iGroupID,
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (4)
99group.iGroupID = ID; 154group.iGroupID = _groupID; 242group.iGroupID = _groupID; 506groupInfo.iGroupID = groupId;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (2)
90groupInfo.iGroupID = _groupId; 108group.iGroupID = _groupId;
MS\Win32\NativeMethods.cs (1)
928iGroupID = -1;
11 references to iGroupID
UIAutomationClientSideProviders (11)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (7)
584new IntPtr(group.iGroupID), new IntPtr(pGroup), Marshal.SizeOf(group.GetType())); 586if (result == group.iGroupID) 595new IntPtr(group.iGroupID), new IntPtr(&group32), Marshal.SizeOf(group32.GetType())); 606new IntPtr(group.iGroupID), new IntPtr(&group64), Marshal.SizeOf(group64.GetType())); 690return GetTextWithinStructure(hwnd, NativeMethods.LVM_GETGROUPINFO, new IntPtr(item.iGroupID), new IntPtr(&item), Marshal.SizeOf(item.GetType()), textAddress, size, true); 2052iGroupID = item.iGroupID; 2204iGroupID = item.iGroupID;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (2)
346if (groupInfo.iGroupID == _groupID) 504int groupId = groupInfo.iGroupID;
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
397if (groupInfo.iGroupID == -1) 408if (!manager.Add(groupInfo.iGroupID, ii.iItem))