3 writes to ConstrainedSize
Microsoft.Maui.Controls.Compatibility (3)
iOS\CollectionView\TemplatedCell.cs (3)
40 ConstrainedSize = constraint; 51 ConstrainedSize = default; 200 ConstrainedSize = measurementCell.ConstrainedSize;
3 references to ConstrainedSize
Microsoft.Maui.Controls.Compatibility (3)
iOS\CollectionView\TemplatedCell.cs (3)
83 var size = ConstrainedSize == default ? Measure() : ConstrainedSize; 200 ConstrainedSize = measurementCell.ConstrainedSize;