3 writes to _pendingOffset
Microsoft.Maui.Controls.Compatibility (3)
iOS\CollectionView\CarouselViewLayout.cs (3)
75 _pendingOffset = new CGPoint(currentOffset.X - ItemSize.Width, currentOffset.Y); 77 _pendingOffset = new CGPoint(currentOffset.X, currentOffset.Y - ItemSize.Height); 88 _pendingOffset = null;
2 references to _pendingOffset
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\CarouselViewLayout.cs (2)
85 if (_pendingOffset.HasValue) 87 CollectionView.SetContentOffset(_pendingOffset.Value, false);