2 writes to _currentSize
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\ItemsViewLayout.cs (2)
118
_currentSize
= size;
129
_currentSize
= size;
2 references to _currentSize
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\ItemsViewLayout.cs (2)
109
if (size.IsCloseTo(
_currentSize
))
596
if (newBounds.Size.IsCloseTo(
_currentSize
))