9 references to GridLength
Microsoft.Maui (9)
Layouts\GridLayoutManager.cs (9)
215
columnGridLengthType |= ToGridLengthType(_columns[columnIndex].
GridLength
.GridUnitType);
225
rowGridLengthType |= ToGridLengthType(_rows[rowIndex].
GridLength
.GridUnitType);
653
definition.Size = starSize * definition.
GridLength
.Value;
871
var maxSize = starSize * def.
GridLength
.Value;
913
maxCurrentStarSize = Math.Max(maxCurrentStarSize, definitionSize / definition.
GridLength
.Value);
930
definition.Size = targetStarSize * definition.
GridLength
.Value;
948
double fullTargetSize = targetStarSize * definition.
GridLength
.Value;
959
double fullTargetSize = targetStarSize * definition.
GridLength
.Value;
1101
starCount += definition.
GridLength
.Value;