3 references to FirstOrLastChild
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
1636for (MenuItem menuCur = FirstOrLastChild (true); menuCur != null; menuCur = menuCur.NextMenuItem) 2169MenuItem firstMenu = FirstOrLastChild (true); 2174if ((fShow && firstMenu != null && FirstOrLastChild(false) != null