3 references to IsDragging
Microsoft.Maui.Controls (3)
Handlers\Items\iOS\CarouselViewController.cs (1)
438 if (carousel.IsDragging || carouselPosition == -1)
Items\CarouselView.cs (2)
54 static readonly BindablePropertyKey IsDraggingPropertyKey = BindableProperty.CreateReadOnly(nameof(IsDragging), typeof(bool), typeof(CarouselView), false); 56 /// <summary>Bindable property for <see cref="IsDragging"/>.</summary>