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