2 references to ConstraintSizeTolerance
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\ItemsViewLayout.cs (2)
599
if (Math.Abs(newSize.Width - current.Width) >
ConstraintSizeTolerance
)
604
if (Math.Abs(newSize.Height - current.Height) >
ConstraintSizeTolerance
)