1 write to _value
Microsoft.Maui.Graphics.Skia (1)
SkiaTextLayout.cs (1)
29 _value = value;
5 references to _value
Microsoft.Maui.Graphics.Skia (5)
SkiaTextLayout.cs (5)
54 if (string.IsNullOrEmpty(_value)) 210 var length = _value.Length; 218 var count = (int)_paint.BreakText(_value.Substring(index), width, out var textWidth); 225 if (char.IsWhiteSpace(_value[i])) 233 var line = _value.Substring(index, count);