1 write to _itemsLayout
Microsoft.Maui.Controls (1)
Handlers\Items\iOS\ItemsViewLayout.cs (1)
48
_itemsLayout
= itemsLayout;
12 references to _itemsLayout
Microsoft.Maui.Controls (12)
Handlers\Items\iOS\ItemsViewLayout.cs (12)
49
_itemsLayout
.PropertyChanged += LayoutOnPropertyChanged;
84
if (
_itemsLayout
!= null)
86
_itemsLayout
.PropertyChanged -= LayoutOnPropertyChanged;
144
if (
_itemsLayout
is GridItemsLayout gridItemsLayout)
153
else if (
_itemsLayout
is LinearItemsLayout listViewLayout)
177
if (
_itemsLayout
is LinearItemsLayout listViewLayout)
182
if (
_itemsLayout
is GridItemsLayout gridItemsLayout)
304
var snapPointsType =
_itemsLayout
.SnapPointsType;
312
var alignment =
_itemsLayout
.SnapPointsAlignment;
387
if (
_itemsLayout
is GridItemsLayout gridItemsLayout)
401
if (
_itemsLayout
== null)
501
ForceScrollToLastItem(CollectionView,
_itemsLayout
);