2 writes to _fallbackWidth
Microsoft.Maui.Controls (2)
Shapes\RoundRectangle.cs (2)
76
_fallbackWidth
= viewBounds.Width;
107
_fallbackWidth
= viewBounds.Width;
1 reference to _fallbackWidth
Microsoft.Maui.Controls (1)
Shapes\RoundRectangle.cs (1)
33
return width == -1 ?
_fallbackWidth
: width;