2 writes to _fallbackHeight
Microsoft.Maui.Controls (2)
Shapes\RoundRectangle.cs (2)
75 _fallbackHeight = viewBounds.Height; 106 _fallbackHeight = viewBounds.Height;
1 reference to _fallbackHeight
Microsoft.Maui.Controls (1)
Shapes\RoundRectangle.cs (1)
43 return height == -1 ? _fallbackHeight : height;