4 references to IsBounceEnabledProperty
Microsoft.Maui.Controls (4)
Handlers\Items\CarouselViewHandler.cs (1)
22 [Controls.CarouselView.IsBounceEnabledProperty.PropertyName] = MapIsBounceEnabled,
Handlers\Items2\CarouselViewHandler2.iOS.cs (1)
28 [Controls.CarouselView.IsBounceEnabledProperty.PropertyName] = MapIsBounceEnabled,
Items\CarouselView.cs (2)
69 get { return (bool)GetValue(IsBounceEnabledProperty); } 70 set { SetValue(IsBounceEnabledProperty, value); }