5 writes to _fontPaint
Microsoft.Maui.Graphics.Skia (5)
SkiaCanvasState.cs (5)
42 _fontPaint = prototype.FontPaint.CreateCopy(); 243 _fontPaint = new SKPaint 256 set => _fontPaint = value; 376 _fontPaint = null; 472 _fontPaint = fontPaint.CreateCopy();
10 references to _fontPaint
Microsoft.Maui.Graphics.Skia (10)
SkiaCanvasState.cs (10)
176 if (_fontPaint != null) 177 _fontPaint.MaskFilter = _blurFilter; 188 if (_fontPaint != null) 189 _fontPaint.MaskFilter = null; 219 if (_fontPaint != null) 222 _fontPaint.Typeface = GetSKTypeface(); 241 if (_fontPaint == null) 253 return _fontPaint; 375 _fontPaint?.Dispose(); 471 _fontPaint?.Dispose();