5 writes to _strokePaint
Microsoft.Maui.Graphics.Skia (5)
SkiaCanvasState.cs (5)
45
_strokePaint
= prototype.StrokePaint.CreateCopy();
309
_strokePaint
= paint;
317
set {
_strokePaint
= value; }
379
_strokePaint
= null;
481
_strokePaint
= strokePaint.CreateCopy();
8 references to _strokePaint
Microsoft.Maui.Graphics.Skia (8)
SkiaCanvasState.cs (8)
174
if (
_strokePaint
!= null)
175
_strokePaint
.MaskFilter = _blurFilter;
186
if (
_strokePaint
!= null)
187
_strokePaint
.MaskFilter = null;
298
if (
_strokePaint
== null)
314
return
_strokePaint
;
378
_strokePaint
?.Dispose();
480
_strokePaint
?.Dispose();