1 write to _fallbackHeight
Microsoft.Maui.Controls (1)
Shapes\Shape.cs (1)
265
_fallbackHeight
= viewBounds.Height;
1 reference to _fallbackHeight
Microsoft.Maui.Controls (1)
Shapes\Shape.cs (1)
466
return height == -1 ?
_fallbackHeight
: height;