1 write to Length
Microsoft.Maui (1)
Layouts\GridLayoutManager.cs (1)
1124 Length = length;
3 references to Length
Microsoft.Maui (3)
Layouts\GridLayoutManager.cs (3)
525 ResolveSpan(_columns, span.Start, span.Length, _columnSpacing, span.Requested); 529 ResolveSpan(_rows, span.Start, span.Length, _rowSpacing, span.Requested); 1128 Key = new SpanKey(Start, Length, IsColumn);