2 references to IsCollapsed
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
418return IsCollapsed(_hwnd, _groupID);
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
698bool isCollapsed = WindowsListViewGroup.IsCollapsed(_hwnd, _groupID);