4 references to IsSwipeEnabledProperty
Microsoft.Maui.Controls (4)
Handlers\Items\CarouselViewHandler.cs (1)
20 [Controls.CarouselView.IsSwipeEnabledProperty.PropertyName] = MapIsSwipeEnabled,
Handlers\Items2\CarouselViewHandler2.iOS.cs (1)
26 [Controls.CarouselView.IsSwipeEnabledProperty.PropertyName] = MapIsSwipeEnabled,
Items\CarouselView.cs (2)
80 get { return (bool)GetValue(IsSwipeEnabledProperty); } 81 set { SetValue(IsSwipeEnabledProperty, value); }