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