2 references to PositionChangedCommandProperty
Microsoft.Maui.Controls (2)
Items\CarouselView.cs (2)
176 get => (ICommand)GetValue(PositionChangedCommandProperty); 177 set => SetValue(PositionChangedCommandProperty, value);