2 instantiations of GridItemsLayout
Microsoft.Maui.Controls (2)
Items\ItemsLayoutTypeConverter.cs (2)
44 return new GridItemsLayout(orientation.Value); 49 return new GridItemsLayout(span, orientation.Value);
16 references to GridItemsLayout
Microsoft.Maui.Controls (4)
Items\GridItemsLayout.cs (3)
9 BindableProperty.Create(nameof(Span), typeof(int), typeof(GridItemsLayout), 1, 33 BindableProperty.Create(nameof(VerticalItemSpacing), typeof(double), typeof(GridItemsLayout), default(double), 45 BindableProperty.Create(nameof(HorizontalItemSpacing), typeof(double), typeof(GridItemsLayout), default(double),
Items\ItemsLayoutTypeConverter.cs (1)
62 if (value is GridItemsLayout gil)
Microsoft.Maui.Controls.Compatibility (12)
iOS\CollectionView\GridViewLayout.cs (5)
12 readonly GridItemsLayout _itemsLayout; 14 public GridViewLayout(GridItemsLayout itemsLayout, ItemSizingStrategy itemSizingStrategy) : base(itemsLayout, itemSizingStrategy) 21 if (propertyChanged.IsOneOf(GridItemsLayout.SpanProperty, GridItemsLayout.HorizontalItemSpacingProperty, 22 GridItemsLayout.VerticalItemSpacingProperty))
iOS\CollectionView\GroupableItemsViewController.cs (1)
204 if (ItemsView?.ItemsLayout is GridItemsLayout gridItemsLayout)
iOS\CollectionView\ItemsViewLayout.cs (5)
88 GridItemsLayout.HorizontalItemSpacingProperty, GridItemsLayout.VerticalItemSpacingProperty)) 122 if (_itemsLayout is GridItemsLayout gridItemsLayout) 149 if (_itemsLayout is GridItemsLayout gridItemsLayout) 349 if (_itemsLayout is GridItemsLayout gridItemsLayout)
iOS\CollectionView\StructuredItemsViewRenderer.cs (1)
58 if (itemsLayout is GridItemsLayout gridItemsLayout)