1 write to _isStarWidthPrecomputable
Microsoft.Maui (1)
Layouts\GridLayoutManager.cs (1)
116
_isStarWidthPrecomputable
= IsStarWidthPrecomputable();
2 references to _isStarWidthPrecomputable
Microsoft.Maui (2)
Layouts\GridLayoutManager.cs (2)
237
if (
_isStarWidthPrecomputable
)
358
if (!
_isStarWidthPrecomputable
)