1 write to _carouselView
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\CarouselViewLayout.cs (1)
16
_carouselView
= carouselView;
9 references to _carouselView
Microsoft.Maui.Controls.Compatibility (9)
iOS\CollectionView\CarouselViewLayout.cs (9)
23
var width = size.Width -
_carouselView
.PeekAreaInsets.Left -
_carouselView
.PeekAreaInsets.Right;
24
var height = size.Height -
_carouselView
.PeekAreaInsets.Top -
_carouselView
.PeekAreaInsets.Bottom;
47
var left = insets.Left + (float)
_carouselView
.PeekAreaInsets.Left;
48
var right = insets.Right + (float)
_carouselView
.PeekAreaInsets.Right;
49
var top = insets.Top + (float)
_carouselView
.PeekAreaInsets.Top;
50
var bottom = insets.Bottom + (float)
_carouselView
.PeekAreaInsets.Bottom;
66
if (updateItems[0].IndexPathBeforeUpdate.Item >=
_carouselView
.Position)