7 references to IsItemExpanded
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\WindowsTreeView.cs (7)
761return IsItemExpanded (_hwnd, _hItem) ? NextSibling (child) : null; 770return IsItemExpanded (_hwnd, _hItem) ? PreviousSibling (child) : null; 777return IsItemExpanded (_hwnd, _hItem) ? FirstChild () : null; 784return IsItemExpanded (_hwnd, _hItem) ? LastChild () : null; 1320if (!WindowsTreeView.IsItemExpanded (_hwnd, current._hItem)) 1358if (!IsItemExpanded (_hwnd, _hItem)) 1382bool expanded = WindowsTreeView.IsItemExpanded (_hwnd, _hItem);