4 instantiations of Span
Microsoft.Maui (4)
Layouts\GridLayoutManager.cs (4)
416 TrackSpan(new Span(cell.Column, cell.ColumnSpan, true, measure.Width)); 428 TrackSpan(new Span(cell.Row, cell.RowSpan, false, measure.Height)); 479 TrackSpan(new Span(cell.Column, cell.ColumnSpan, true, measure.Width)); 491 TrackSpan(new Span(cell.Row, cell.RowSpan, false, measure.Height));
4 references to Span
Microsoft.Maui (4)
Layouts\GridLayoutManager.cs (4)
83 readonly Dictionary<SpanKey, Span> _spans = new(); 503 void TrackSpan(Span span) 505 if (_spans.TryGetValue(span.Key, out Span? otherSpan)) 521 foreach (var span in _spans.Values)