1 write to Key
Microsoft.Maui (1)
Layouts\GridLayoutManager.cs (1)
1128 Key = new SpanKey(Start, Length, IsColumn);
3 references to Key
Microsoft.Maui (3)
Layouts\GridLayoutManager.cs (3)
505 if (_spans.TryGetValue(span.Key, out Span? otherSpan)) 510 _spans[span.Key] = span; 515 _spans[span.Key] = span;