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