1 write to _value
Microsoft.Maui.Graphics.Skia (1)
SkiaTextLayout.cs (1)
41
_value
= value;
5 references to _value
Microsoft.Maui.Graphics.Skia (5)
SkiaTextLayout.cs (5)
69
if (string.IsNullOrEmpty(
_value
))
218
var length =
_value
.Length;
226
var count = _font.BreakText(
_value
.AsSpan(index), width, out var textWidth);
233
if (char.IsWhiteSpace(
_value
[i]))
241
var line =
_value
.AsSpan(index, count);