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