1 write to _groupID
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
680_groupID = id;
7 references to _groupID
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (7)
164groupIds[i] = ((Group)_groups[i])._groupID; 177if (group._groupID == groupID) 193return ((Group)_groups[index])._groupID; 209if (!ListViewHasGroup(_hwnd, group._groupID)) 370if (current._groupID == id) 714bool isCollapsed = WindowsListViewGroup.IsCollapsed(_hwnd, _groupID); 717new IntPtr(_groupID), new IntPtr(&rect), Marshal.SizeOf(rect.GetType()));