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