2 references to IsCollapsed
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (2)
448return IsCollapsed() ? ExpandCollapseState.Collapsed 601bool isCollapsed = IsCollapsed();