7 references to IsItemExpanded
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\WindowsTreeView.cs (7)
761
return
IsItemExpanded
(_hwnd, _hItem) ? NextSibling (child) : null;
770
return
IsItemExpanded
(_hwnd, _hItem) ? PreviousSibling (child) : null;
777
return
IsItemExpanded
(_hwnd, _hItem) ? FirstChild () : null;
784
return
IsItemExpanded
(_hwnd, _hItem) ? LastChild () : null;
1320
if (!WindowsTreeView.
IsItemExpanded
(_hwnd, current._hItem))
1358
if (!
IsItemExpanded
(_hwnd, _hItem))
1382
bool expanded = WindowsTreeView.
IsItemExpanded
(_hwnd, _hItem);