1 write to _groupID
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
668_groupID = id;
7 references to _groupID
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (7)
155groupIds[i] = ((Group)_groups[i])._groupID; 168if (group._groupID == groupID) 184return ((Group)_groups[index])._groupID; 200if (!ListViewHasGroup(_hwnd, group._groupID)) 360if (current._groupID == id) 702bool isCollapsed = WindowsListViewGroup.IsCollapsed(_hwnd, _groupID); 705new IntPtr(_groupID), new IntPtr(&rect), Marshal.SizeOf(rect.GetType()));