1 write to _layout
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\CarouselViewController.cs (1)
501
_layout
= layout;
4 references to _layout
Microsoft.Maui.Controls.Compatibility (4)
iOS\CollectionView\CarouselViewController.cs (4)
583
var cellHeight =
_layout
.ItemSize.Height;
616
var cellWidth =
_layout
.ItemSize.Width;
681
nfloat GetTotalContentWidth() => GetItemsSourceCount() *
_layout
.ItemSize.Width;
683
nfloat GetTotalContentHeight() => GetItemsSourceCount() *
_layout
.ItemSize.Height;