3 writes to SnapPointsType
Microsoft.Maui.Controls (3)
Items\CarouselView.cs (1)
228 SnapPointsType = SnapPointsType.MandatorySingle,
Items\LinearItemsLayout.cs (2)
22 SnapPointsType = SnapPointsType.MandatorySingle, 28 SnapPointsType = SnapPointsType.MandatorySingle,
3 references to SnapPointsType
Microsoft.Maui.Controls (2)
Items\ItemsLayout.cs (2)
27 /// <summary>Bindable property for <see cref="SnapPointsType"/>.</summary> 29 BindableProperty.Create(nameof(SnapPointsType), typeof(SnapPointsType), typeof(ItemsLayout),
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\ItemsViewLayout.cs (1)
266 var snapPointsType = _itemsLayout.SnapPointsType;