1 instantiation of SpanKey
Microsoft.Maui (1)
Layouts\GridLayoutManager.cs (1)
1128
Key = new
SpanKey
(Start, Length, IsColumn);
2 references to SpanKey
Microsoft.Maui (2)
Layouts\GridLayoutManager.cs (2)
83
readonly Dictionary<
SpanKey
, Span> _spans = new();
1119
public
SpanKey
Key { get; }