1 write to _itemsLayout
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\ItemsViewLayout.cs (1)
39 _itemsLayout = itemsLayout;
11 references to _itemsLayout
Microsoft.Maui.Controls.Compatibility (11)
iOS\CollectionView\ItemsViewLayout.cs (11)
40 _itemsLayout.PropertyChanged += LayoutOnPropertyChanged; 71 if (_itemsLayout != null) 73 _itemsLayout.PropertyChanged -= LayoutOnPropertyChanged; 122 if (_itemsLayout is GridItemsLayout gridItemsLayout) 144 if (_itemsLayout is LinearItemsLayout listViewLayout) 149 if (_itemsLayout is GridItemsLayout gridItemsLayout) 266 var snapPointsType = _itemsLayout.SnapPointsType; 274 var alignment = _itemsLayout.SnapPointsAlignment; 349 if (_itemsLayout is GridItemsLayout gridItemsLayout) 363 if (_itemsLayout == null) 463 ForceScrollToLastItem(CollectionView, _itemsLayout);