2 writes to _stretch
Microsoft.Maui.Controls.Compatibility (2)
iOS\Shapes\ShapeRenderer.cs (2)
272
_stretch
= Stretch.None;
317
_stretch
= stretch;
2 references to _stretch
Microsoft.Maui.Controls.Compatibility (2)
iOS\Shapes\ShapeRenderer.cs (2)
385
if (
_stretch
!= Stretch.None)
397
switch (
_stretch
)