1 write to _fallbackWidth
Microsoft.Maui.Controls (1)
Shapes\Shape.cs (1)
266
_fallbackWidth
= viewBounds.Width;
1 reference to _fallbackWidth
Microsoft.Maui.Controls (1)
Shapes\Shape.cs (1)
454
return width == -1 ?
_fallbackWidth
: width;