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