2 references to GroupInfo
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
230return new GroupInfo(group.Items, group.Count); 333static readonly internal GroupInfo Null = new GroupInfo(null, -1);