2 references to IsCollapsed
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
427return IsCollapsed(_hwnd, _groupID);
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
714bool isCollapsed = WindowsListViewGroup.IsCollapsed(_hwnd, _groupID);