6 references to LastChild
PresentationCore (1)
MS\Internal\Automation\ElementProxy.cs (1)
385
case NavigateDirection.
LastChild
:
UIAutomationClient (3)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
207
case NavigateDirection.
LastChild
: dest = GetLastChild(); break;
System\Windows\Automation\TreeWalker.cs (2)
118
return element.Navigate(NavigateDirection.
LastChild
, _condition, null);
228
return element.Navigate(NavigateDirection.
LastChild
, _condition, request);
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
331
case NavigateDirection.
LastChild
:
MS\Internal\AutomationProxies\ProxyFragment.cs (1)
159
case NavigateDirection.
LastChild
: