3 references to FirstOrLastChild
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
1657for (MenuItem menuCur = FirstOrLastChild (true); menuCur != null; menuCur = menuCur.NextMenuItem) 2190MenuItem firstMenu = FirstOrLastChild (true); 2195if ((fShow && firstMenu != null && FirstOrLastChild(false) != null