2 writes to _adjustmentSize0
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\ItemsViewLayout.cs (2)
516
_adjustmentSize0
= CollectionViewContentSize;
524
_adjustmentSize0
= _adjustmentSize1;
2 references to _adjustmentSize0
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\ItemsViewLayout.cs (2)
514
if (
_adjustmentSize0
.IsEmpty)
531
return CollectionViewContentSize -
_adjustmentSize0
;