2 references to DefaultWidth
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\BoxRenderer.cs (2)
144 static SizeF DefaultSize = new SizeF(DefaultWidth, DefaultHeight); 159 var width = widthRequest >= 0 ? widthRequest : DefaultWidth;