5 writes to _fontPaint
Microsoft.Maui.Graphics.Skia (5)
SkiaCanvasState.cs (5)
41 _fontPaint = prototype.FontPaint.CreateCopy(); 227 _fontPaint = new SKPaint 244 set => _fontPaint = value; 345 _fontPaint = null; 432 _fontPaint = fontPaint.CreateCopy();
9 references to _fontPaint
Microsoft.Maui.Graphics.Skia (9)
SkiaCanvasState.cs (9)
175 if (_fontPaint != null) 176 _fontPaint.MaskFilter = _blurFilter; 187 if (_fontPaint != null) 188 _fontPaint.MaskFilter = null; 225 if (_fontPaint == null) 237 _fontPaint.Typeface = _font?.ToSKTypeface() ?? SKTypeface.Default; 241 return _fontPaint; 344 _fontPaint?.Dispose(); 431 _fontPaint?.Dispose();