6 references to LastChild
PresentationCore (1)
MS\Internal\Automation\ElementProxy.cs (1)
386
case NavigateDirection.
LastChild
:
UIAutomationClient (3)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
208
case NavigateDirection.
LastChild
: dest = GetLastChild(); break;
System\Windows\Automation\TreeWalker.cs (2)
119
return element.Navigate(NavigateDirection.
LastChild
, _condition, null);
229
return element.Navigate(NavigateDirection.
LastChild
, _condition, request);
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
332
case NavigateDirection.
LastChild
:
MS\Internal\AutomationProxies\ProxyFragment.cs (1)
160
case NavigateDirection.
LastChild
: