9 references to Parent
PresentationCore (2)
MS\Internal\Automation\ElementProxy.cs (1)
371
case NavigateDirection.
Parent
:
MS\Internal\Automation\InteropAutomationProvider.cs (1)
60
if (direction == NavigateDirection.
Parent
)
UIAutomationClient (3)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
206
case NavigateDirection.
Parent
: dest = GetParent(); break;
System\Windows\Automation\TreeWalker.cs (2)
89
return element.Navigate(NavigateDirection.
Parent
, _condition, null);
193
return element.Navigate(NavigateDirection.
Parent
, _condition, request);
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
356
srcElement = (IRawElementProviderFragment)srcElement.Navigate(NavigateDirection.
Parent
);
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
336
case NavigateDirection.
Parent
:
MS\Internal\AutomationProxies\ProxyFragment.cs (1)
165
case NavigateDirection.
Parent
:
MS\Internal\AutomationProxies\ProxySimple.cs (1)
447
case NavigateDirection.
Parent
: