9 references to ForEach
Microsoft.Maui.Controls (8)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (1)
238
NavPageController.Pages.
ForEach
(async p => await PushPageAsync(p, false));
LegacyLayouts\Grid.cs (2)
347
views.
ForEach
(AddHorizontal);
370
views.
ForEach
(AddVertical);
Menu\MenuItemTracker.cs (2)
220
page.Descendants<Page>().
ForEach
(RegisterChildPage);
271
page.Descendants().OfType<Page>().
ForEach
(UnregisterChildPage);
TableView\TableSection.cs (1)
135
items.
ForEach
(_children.Add);
TableView\TableView.cs (2)
85
Root.SelectMany(r => r).
ForEach
(cell => cell.Parent = this);
161
childCollectionChangedEventArgs.Args.NewItems?.Cast<Cell>().
ForEach
(cell => cell.Parent = this);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\NavigationRenderer.cs (1)
247
NavPageController.Pages.
ForEach
(async p => await PushPageAsync(p, false));