6 references to ElementController
Microsoft.Maui.Controls.Compatibility (6)
iOS\Renderers\CarouselPageRenderer.cs (6)
140 for (var i = 0; i < ElementController.LogicalChildren.Count; i++) 142 Element element = ElementController.LogicalChildren[i]; 268 if (_ignoreNativeScrolling || SelectedIndex >= ElementController.LogicalChildren.Count) 271 var currentPage = (ContentPage)ElementController.LogicalChildren[SelectedIndex]; 344 for (var i = 0; i < ElementController.LogicalChildren.Count; i++) 346 Element element = ElementController.LogicalChildren[i];