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