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