8 writes to Size
Microsoft.Maui (8)
Layouts\GridLayoutManager.cs (8)
582
definitions[n].
Size
+= distribution;
653
definition.
Size
= starSize * definition.GridLength.Value;
839
def.
Size
= def.MinimumSize;
872
def.
Size
= Math.Min(maxSize, def.Size);
930
definition.
Size
= targetStarSize * definition.GridLength.Value;
971
definition.
Size
= definition.MinimumSize + portion;
1229
Size
= size;
1243
Size
= gridLength.Value;
15 references to Size
Microsoft.Maui (15)
Layouts\GridLayoutManager.cs (15)
268
width += _columns[n].
Size
;
273
height += _rows[n].
Size
;
343
sum += minimize ? definitions[n].MinimumSize : definitions[n].
Size
;
454
height += _rows[n].
Size
;
466
width += _columns[n].
Size
;
542
currentSize += definitions[n].
Size
;
593
left += _columns[n].
Size
;
606
top += _rows[n].
Size
;
763
spaceNeeded -= definitions[n].
Size
;
791
if (definitions[n].MinimumSize > definitions[n].
Size
)
793
definitions[n].MinimumSize = definitions[n].
Size
;
872
def.Size = Math.Min(maxSize, def.
Size
);
1015
measureWidth += _columns[column].
Size
;
1031
measureHeight += _rows[row].
Size
;
1227
if (size >
Size
)