7 references to IsItemExpanded
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsTreeView.cs (7)
745return IsItemExpanded (_hwnd, _hItem) ? NextSibling (child) : null; 754return IsItemExpanded (_hwnd, _hItem) ? PreviousSibling (child) : null; 761return IsItemExpanded (_hwnd, _hItem) ? FirstChild () : null; 768return IsItemExpanded (_hwnd, _hItem) ? LastChild () : null; 1304if (!WindowsTreeView.IsItemExpanded (_hwnd, current._hItem)) 1342if (!IsItemExpanded (_hwnd, _hItem)) 1366bool expanded = WindowsTreeView.IsItemExpanded (_hwnd, _hItem);