1 write to _strokeDash
Microsoft.Maui (1)
Platform\iOS\MauiCALayer.cs (1)
250 _strokeDash = dashArray;
2 references to _strokeDash
Microsoft.Maui (2)
Platform\iOS\MauiCALayer.cs (2)
346 ctx.SetLineDash(_strokeDashOffset * _strokeThickness, _strokeDash); 420 return _strokeDash != null && _strokeDashOffset > 0;