3 writes to _strokeColor
Microsoft.Maui (3)
Platform\iOS\MauiCALayer.cs (3)
180 _strokeColor = solidPaint.Color == null 191 _strokeColor = null; 199 _strokeColor = null;
2 references to _strokeColor
Microsoft.Maui (2)
Platform\iOS\MauiCALayer.cs (2)
367 else if (_strokeColor != null) 369 ctx.SetStrokeColor(_strokeColor.CGColor);