7 references to Descendants
Microsoft.Maui.Controls (7)
Compatibility\Handlers\iOS\DisposeHelpers.cs (1)
11 foreach (Element child in ((Element)view).Descendants())
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (1)
936 foreach (Element descendant in target.Descendants())
Element\Element.cs (2)
601 foreach (Element element in child.Descendants()) 621 foreach (Element element in child.Descendants())
Menu\MenuItemTracker.cs (1)
271 page.Descendants().OfType<Page>().ForEach(UnregisterChildPage);
RadioButton\RadioButtonGroupController.cs (2)
88 foreach (var element in e.Element.Descendants()) 130 foreach (Element descendant in element.Descendants())