7 references to IsItemExpanded
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsTreeView.cs (7)
745
return
IsItemExpanded
(_hwnd, _hItem) ? NextSibling (child) : null;
754
return
IsItemExpanded
(_hwnd, _hItem) ? PreviousSibling (child) : null;
761
return
IsItemExpanded
(_hwnd, _hItem) ? FirstChild () : null;
768
return
IsItemExpanded
(_hwnd, _hItem) ? LastChild () : null;
1304
if (!WindowsTreeView.
IsItemExpanded
(_hwnd, current._hItem))
1342
if (!
IsItemExpanded
(_hwnd, _hItem))
1366
bool expanded = WindowsTreeView.
IsItemExpanded
(_hwnd, _hItem);