7 references to IsItemExpanded
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsTreeView.cs (7)
750return IsItemExpanded (_hwnd, _hItem) ? NextSibling (child) : null; 759return IsItemExpanded (_hwnd, _hItem) ? PreviousSibling (child) : null; 766return IsItemExpanded (_hwnd, _hItem) ? FirstChild () : null; 773return IsItemExpanded (_hwnd, _hItem) ? LastChild () : null; 1309if (!WindowsTreeView.IsItemExpanded (_hwnd, current._hItem)) 1347if (!IsItemExpanded (_hwnd, _hItem)) 1371bool expanded = WindowsTreeView.IsItemExpanded (_hwnd, _hItem);