1 type derived from StructuredItemsViewController
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\SelectableItemsViewController.cs (1)
10 public class SelectableItemsViewController<TItemsView> : StructuredItemsViewController<TItemsView>
1 instantiation of StructuredItemsViewController
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\StructuredItemsViewRenderer.cs (1)
15 return new StructuredItemsViewController<TItemsView>(itemsView, layout) as TViewController;
1 reference to StructuredItemsViewController
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\StructuredItemsViewRenderer.cs (1)
8 where TViewController : StructuredItemsViewController<TItemsView>