3 writes to _stroke
Microsoft.Maui (3)
Platform\iOS\MauiCALayer.cs (3)
184
_stroke
= null;
192
_stroke
= linearGradientPaint;
200
_stroke
= radialGradientPaint;
2 references to _stroke
Microsoft.Maui (2)
Platform\iOS\MauiCALayer.cs (2)
360
if (
_stroke
!= null)
365
DrawGradientPaint(ctx,
_stroke
);