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