7 references to IsItemExpanded
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsTreeView.cs (7)
746return IsItemExpanded (_hwnd, _hItem) ? NextSibling (child) : null; 755return IsItemExpanded (_hwnd, _hItem) ? PreviousSibling (child) : null; 762return IsItemExpanded (_hwnd, _hItem) ? FirstChild () : null; 769return IsItemExpanded (_hwnd, _hItem) ? LastChild () : null; 1305if (!WindowsTreeView.IsItemExpanded (_hwnd, current._hItem)) 1343if (!IsItemExpanded (_hwnd, _hItem)) 1367bool expanded = WindowsTreeView.IsItemExpanded (_hwnd, _hItem);