6 writes to iGroupID
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2003nativeItem.iGroupID = item.iGroupID; 2151nativeItem.iGroupID = item.iGroupID;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
118group.iGroupID = ID; 435group.iGroupID = groupID; 619group.iGroupID = _groupID;
MS\Win32\NativeMethods.cs (1)
902iGroupID = -1;
14 references to iGroupID
UIAutomationClientsideProviders (14)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (14)
514new IntPtr(group.iGroupID), new IntPtr(&group), Marshal.SizeOf(group.GetType())); 515return (result == group.iGroupID); 521new IntPtr(group.iGroupID), new IntPtr(&group32), Marshal.SizeOf(group32.GetType())); 522return (result == group.iGroupID); 528new IntPtr(group.iGroupID), new IntPtr(&group64), Marshal.SizeOf(group64.GetType())); 529return (result == group.iGroupID); 547new IntPtr(group.iGroupID), new IntPtr(pGroup), Marshal.SizeOf(group.GetType())); 549if (result == group.iGroupID) 558new IntPtr(group.iGroupID), new IntPtr(&group32), Marshal.SizeOf(group32.GetType())); 569new IntPtr(group.iGroupID), new IntPtr(&group64), Marshal.SizeOf(group64.GetType())); 639return GetTextWithinStructure(hwnd, NativeMethods.LVM_GETGROUPINFO, new IntPtr(item.iGroupID), new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.pszHeader), item.cchHeader); 1360XSend(hwnd, NativeMethods.LVM_GETGROUPINFO, new IntPtr(group.iGroupID), new IntPtr(&group), group.cbSize, ErrorValue.NoCheck); 1986iGroupID = item.iGroupID; 2134iGroupID = item.iGroupID;