1 instantiation of LayoutGroupingInfo
Microsoft.Maui.Controls (1)
Handlers\Items2\CollectionViewHandler2.iOS.cs (1)
131 var groupInfo = new LayoutGroupingInfo();
10 references to LayoutGroupingInfo
Microsoft.Maui.Controls (10)
Handlers\Items2\CollectionViewHandler2.iOS.cs (1)
131 var groupInfo = new LayoutGroupingInfo();
Handlers\Items2\iOS\LayoutFactory2.cs (9)
12 LayoutGroupingInfo groupingInfo, LayoutHeaderFooterInfo headerFooterInfo) 18 LayoutGroupingInfo groupingInfo, LayoutHeaderFooterInfo headerFooterInfo) 23 static NSCollectionLayoutBoundarySupplementaryItem[] CreateSupplementaryItems(LayoutGroupingInfo? groupingInfo, LayoutHeaderFooterInfo? layoutHeaderFooterInfo, 83 static UICollectionViewLayout CreateListLayout(UICollectionViewScrollDirection scrollDirection, LayoutGroupingInfo groupingInfo, LayoutHeaderFooterInfo layoutHeaderFooterInfo, LayoutSnapInfo snapInfo, NSCollectionLayoutDimension itemWidth, NSCollectionLayoutDimension itemHeight, NSCollectionLayoutDimension groupWidth, NSCollectionLayoutDimension groupHeight, double itemSpacing, Func<Thickness>? peekAreaInsetsFunc) 144 static UICollectionViewLayout CreateGridLayout(UICollectionViewScrollDirection scrollDirection, LayoutGroupingInfo groupingInfo, LayoutHeaderFooterInfo headerFooterInfo, LayoutSnapInfo snapInfo, NSCollectionLayoutDimension itemWidth, NSCollectionLayoutDimension itemHeight, NSCollectionLayoutDimension groupWidth, NSCollectionLayoutDimension groupHeight, double verticalItemSpacing, double horizontalItemSpacing, int columns) 195 LayoutGroupingInfo groupingInfo, LayoutHeaderFooterInfo headerFooterInfo) 211 LayoutGroupingInfo groupingInfo, LayoutHeaderFooterInfo headerFooterInfo) 226 LayoutGroupingInfo groupingInfo, LayoutHeaderFooterInfo headerFooterInfo) 245 LayoutGroupingInfo groupingInfo, LayoutHeaderFooterInfo headerFooterInfo)