5 writes to _strokePaint
Microsoft.Maui.Graphics.Skia (5)
SkiaCanvasState.cs (5)
43
_strokePaint
= prototype.StrokePaint.CreateCopy();
278
_strokePaint
= paint;
286
set {
_strokePaint
= value; }
348
_strokePaint
= null;
438
_strokePaint
= strokePaint.CreateCopy();
8 references to _strokePaint
Microsoft.Maui.Graphics.Skia (8)
SkiaCanvasState.cs (8)
173
if (
_strokePaint
!= null)
174
_strokePaint
.MaskFilter = _blurFilter;
185
if (
_strokePaint
!= null)
186
_strokePaint
.MaskFilter = null;
267
if (
_strokePaint
== null)
283
return
_strokePaint
;
347
_strokePaint
?.Dispose();
437
_strokePaint
?.Dispose();