9 writes to iGroupID
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2084iGroupID = item.iGroupID, 2236iGroupID = item.iGroupID,
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (4)
98group.iGroupID = ID; 153group.iGroupID = _groupID; 241group.iGroupID = _groupID; 505groupInfo.iGroupID = groupId;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (2)
89groupInfo.iGroupID = _groupId; 107group.iGroupID = _groupId;
MS\Win32\NativeMethods.cs (1)
927iGroupID = -1;
11 references to iGroupID
UIAutomationClientSideProviders (11)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (7)
583new IntPtr(group.iGroupID), new IntPtr(pGroup), Marshal.SizeOf(group.GetType())); 585if (result == group.iGroupID) 594new IntPtr(group.iGroupID), new IntPtr(&group32), Marshal.SizeOf(group32.GetType())); 605new IntPtr(group.iGroupID), new IntPtr(&group64), Marshal.SizeOf(group64.GetType())); 689return GetTextWithinStructure(hwnd, NativeMethods.LVM_GETGROUPINFO, new IntPtr(item.iGroupID), new IntPtr(&item), Marshal.SizeOf(item.GetType()), textAddress, size, true); 2051iGroupID = item.iGroupID; 2203iGroupID = item.iGroupID;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (2)
345if (groupInfo.iGroupID == _groupID) 503int groupId = groupInfo.iGroupID;
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
396if (groupInfo.iGroupID == -1) 407if (!manager.Add(groupInfo.iGroupID, ii.iItem))