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