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