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