3 writes to _font
Microsoft.Maui.Graphics.Skia (3)
SkiaCanvasState.cs (3)
44
_font
= prototype._font;
213
_font
= value;
446
_font
= null;
6 references to _font
Microsoft.Maui.Graphics.Skia (6)
SkiaCanvasState.cs (6)
44
_font = prototype.
_font
;
211
if (!ReferenceEquals(
_font
, value) && (
_font
is null || !
_font
.Equals(value)))
218
get =>
_font
;
237
_fontPaint.Typeface =
_font
?.ToSKTypeface() ?? SKTypeface.Default;