1 write to _layout
Microsoft.Maui.Controls (1)
Handlers\Items\iOS\CarouselViewController.cs (1)
688
_layout
= layout;
4 references to _layout
Microsoft.Maui.Controls (4)
Handlers\Items\iOS\CarouselViewController.cs (4)
785
var cellHeight =
_layout
.ItemSize.Height;
820
var cellWidth =
_layout
.ItemSize.Width;
889
nfloat GetTotalContentWidth() => GetItemsSourceCount() *
_layout
.ItemSize.Width;
891
nfloat GetTotalContentHeight() => GetItemsSourceCount() *
_layout
.ItemSize.Height;