6 references to Children
UIAutomationClient (5)
MS\Internal\Automation\CacheHelper.cs (1)
88
bool askedForChildren = (cacheRequest.TreeScope & TreeScope.
Children
) != 0;
MS\Internal\Automation\EventListenerClientSide.cs (1)
136
if (((_eventListener.TreeScope & TreeScope.
Children
) != 0 || (_eventListener.TreeScope & TreeScope.Descendants) != 0))
System\Windows\Automation\AutomationElement.cs (2)
1288
if ((scope & ~(TreeScope.Element | TreeScope.
Children
| TreeScope.Descendants)) != 0)
1301
else if ((scope & TreeScope.
Children
) != 0)
System\Windows\Automation\CacheRequest.cs (1)
306
if ((value & ~(TreeScope.Element | TreeScope.
Children
| TreeScope.Descendants)) != 0)
UIAutomationTypes (1)
System\Windows\Automation\TreeScope.cs (1)
29
Subtree = Element |
Children
| Descendants