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