1 write to _groupID
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
664_groupID = id;
7 references to _groupID
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (7)
151groupIds[i] = ((Group)_groups[i])._groupID; 164if (group._groupID == groupID) 180return ((Group)_groups[index])._groupID; 196if (!ListViewHasGroup(_hwnd, group._groupID)) 356if (current._groupID == id) 698bool isCollapsed = WindowsListViewGroup.IsCollapsed(_hwnd, _groupID); 701new IntPtr(_groupID), new IntPtr(&rect), Marshal.SizeOf(rect.GetType()));