3 writes to _font
Microsoft.Maui.Graphics.Skia (3)
SkiaCanvasState.cs (3)
46
_font
= prototype._font;
217
_font
= value;
489
_font
= null;
6 references to _font
Microsoft.Maui.Graphics.Skia (6)
SkiaCanvasState.cs (6)
46
_font = prototype.
_font
;
215
if (!ReferenceEquals(
_font
, value) && (
_font
is null || !
_font
.Equals(value)))
233
get =>
_font
;
235
private SKTypeface GetSKTypeface() =>
_font
?.ToSKTypeface() ?? SKTypeface.Default;