1 write to _textFlow
Microsoft.Maui.Graphics.Skia (1)
SkiaTextLayout.cs (1)
33
_textFlow
= textFlow;
3 references to _textFlow
Microsoft.Maui.Graphics.Skia (3)
SkiaTextLayout.cs (3)
101
if (
_textFlow
== TextFlow.ClipBounds)
158
if (
_textFlow
== TextFlow.ClipBounds && y - _lineHeight < top)
215
if (
_textFlow
== TextFlow.ClipBounds && _textAttributes.VerticalAlignment == VerticalAlignment.Top && y > bottom)