8 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)
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\SwipeViewRenderer.cs (3)
134
_scrollParent = Element.FindParentOfType<
CollectionView
>();
136
if (_scrollParent is
CollectionView
collectionView)
236
if (_scrollParent is
CollectionView
collectionView)