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