2 writes to _shapeView
Microsoft.Maui (2)
Graphics\ShapeDrawable.cs (2)
26
_shapeView
= null;
30
_shapeView
= new(value);
2 references to _shapeView
Microsoft.Maui (2)
Graphics\ShapeDrawable.cs (2)
21
get =>
_shapeView
is not null &&
_shapeView
.TryGetTarget(out var d) ? d : null;