1 write to Requested
Microsoft.Maui (1)
Layouts\GridLayoutManager.cs (1)
1126 Requested = requestedLength;
4 references to Requested
Microsoft.Maui (4)
Layouts\GridLayoutManager.cs (4)
508 if (span.Requested > otherSpan.Requested) 525 ResolveSpan(_columns, span.Start, span.Length, _columnSpacing, span.Requested); 529 ResolveSpan(_rows, span.Start, span.Length, _rowSpacing, span.Requested);