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