1 write to _groupID
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
666_groupID = id;
7 references to _groupID
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (7)
150groupIds[i] = ((Group)_groups[i])._groupID; 163if (group._groupID == groupID) 179return ((Group)_groups[index])._groupID; 195if (!ListViewHasGroup(_hwnd, group._groupID)) 356if (current._groupID == id) 700bool isCollapsed = WindowsListViewGroup.IsCollapsed(_hwnd, _groupID); 703new IntPtr(_groupID), new IntPtr(&rect), Marshal.SizeOf(rect.GetType()));