3 writes to ConstrainedSize
Microsoft.Maui.Controls (3)
Handlers\Items\iOS\TemplatedCell.cs (3)
63
ConstrainedSize
= constraint;
74
ConstrainedSize
= default;
235
ConstrainedSize
= measurementCell.ConstrainedSize;
3 references to ConstrainedSize
Microsoft.Maui.Controls (3)
Handlers\Items\iOS\TemplatedCell.cs (3)
113
var size =
ConstrainedSize
== default ? Measure() :
ConstrainedSize
;
235
ConstrainedSize = measurementCell.
ConstrainedSize
;