1 write to _gridLength
Microsoft.Maui (1)
Layouts\GridLayoutManager.cs (1)
1246 _gridLength = gridLength;
4 references to _gridLength
Microsoft.Maui (4)
Layouts\GridLayoutManager.cs (4)
1233 public bool IsAuto => _gridLength.IsAuto; 1234 public bool IsStar => _gridLength.IsStar; 1235 public bool IsAbsolute => _gridLength.IsAbsolute; 1237 public GridLength GridLength => _gridLength;