5 references to CollectionView
Microsoft.Maui.Controls (5)
Handlers\Items\CollectionViewHandler.cs (1)
20
public static PropertyMapper<
CollectionView
, CollectionViewHandler> Mapper = new(ReorderableItemsViewMapper)
Hosting\AppHostBuilderExtensions.cs (1)
64
handlersCollection.AddHandler<
CollectionView
, CollectionViewHandler>();
SwipeView\SwipeView.cs (3)
301
if (_scrollParent is Microsoft.Maui.Controls.
CollectionView
collectionView)
329
_scrollParent = this.FindParentOfType<Microsoft.Maui.Controls.
CollectionView
>();
331
if (_scrollParent is Microsoft.Maui.Controls.
CollectionView
collectionView)