1 write to _previousContentSize
Microsoft.Maui.Controls (1)
Handlers\Items\iOS\ItemsViewController.cs (1)
269 _previousContentSize = contentSize.Value;
4 references to _previousContentSize
Microsoft.Maui.Controls (4)
Handlers\Items\iOS\ItemsViewController.cs (4)
230 bool widthChanged = _previousContentSize.Width != contentSize.Value.Width; 231 bool heightChanged = _previousContentSize.Height != contentSize.Value.Height; 254 if (widthChanged && (contentSize.Value.Width < screenWidth || _previousContentSize.Width < screenWidth)) 258 else if (heightChanged && (contentSize.Value.Height < screenHeight || _previousContentSize.Height < screenHeight))