7 references to IsItemExpanded
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsTreeView.cs (7)
752return IsItemExpanded (_hwnd, _hItem) ? NextSibling (child) : null; 761return IsItemExpanded (_hwnd, _hItem) ? PreviousSibling (child) : null; 768return IsItemExpanded (_hwnd, _hItem) ? FirstChild () : null; 775return IsItemExpanded (_hwnd, _hItem) ? LastChild () : null; 1311if (!WindowsTreeView.IsItemExpanded (_hwnd, current._hItem)) 1349if (!IsItemExpanded (_hwnd, _hItem)) 1373bool expanded = WindowsTreeView.IsItemExpanded (_hwnd, _hItem);