9 references to Parent
PresentationCore (2)
MS\Internal\Automation\ElementProxy.cs (1)
370
case NavigateDirection.
Parent
:
MS\Internal\Automation\InteropAutomationProvider.cs (1)
59
if (direction == NavigateDirection.
Parent
)
UIAutomationClient (3)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
205
case NavigateDirection.
Parent
: dest = GetParent(); break;
System\Windows\Automation\TreeWalker.cs (2)
88
return element.Navigate(NavigateDirection.
Parent
, _condition, null);
192
return element.Navigate(NavigateDirection.
Parent
, _condition, request);
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
355
srcElement = (IRawElementProviderFragment)srcElement.Navigate(NavigateDirection.
Parent
);
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
335
case NavigateDirection.
Parent
:
MS\Internal\AutomationProxies\ProxyFragment.cs (1)
164
case NavigateDirection.
Parent
:
MS\Internal\AutomationProxies\ProxySimple.cs (1)
446
case NavigateDirection.
Parent
: