17 references to Loop
Microsoft.Maui.Controls (17)
Handlers\Items\CarouselViewHandler.iOS.cs (1)
19 if (VirtualView?.Loop == true)
Handlers\Items\iOS\CarouselViewController.cs (7)
50 if (ItemsView?.Loop == true && _carouselViewLoopManager != null) 113 if (ItemsView?.Loop == true && _carouselViewLoopManager != null) 196 var itemsSource = ItemsSourceFactory.CreateForCarouselView(ItemsView.ItemsSource, this, ItemsView.Loop); 258 if (ItemsView?.Loop == true && _carouselViewLoopManager != null) 268 if (ItemsView?.Loop == true && _carouselViewLoopManager != null) 416 LoopItemsSource.Loop = carousel.Loop; 431 if (carousel.Loop)
Handlers\Items2\CarouselViewHandler2.iOS.cs (2)
106 if (ItemsView.Loop) 153 if (VirtualView?.Loop == true)
Handlers\Items2\iOS\CarouselViewController2.cs (5)
122 var itemsSource = ItemsSourceFactory2.CreateForCarouselView(ItemsView.ItemsSource, this, ItemsView.Loop); 175 if (ItemsView?.Loop == true && _carouselViewLoopManager != null) 185 if (ItemsView?.Loop == true && _carouselViewLoopManager != null) 277 if (ItemsView.Loop) 359 LoopItemsSource.Loop = carousel.Loop;
Items\CarouselView.cs (2)
26 /// <summary>Bindable property for <see cref="Loop"/>.</summary> 27 public static readonly BindableProperty LoopProperty = BindableProperty.Create(nameof(Loop), typeof(bool), typeof(CarouselView), true, BindingMode.OneTime);