1 write to _lines
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
238_lines = new FixedSOMLineCollection();
7 references to _lines
PresentationFramework (7)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (7)
471if (_lines.IsVerticallySeparated(glyphRun.BaselineOrigin.X + cumulativeAdvWidth, 720return (!_lines.IsHorizontallySeparated(left, top, right, bottom)); 733return (!_lines.IsVerticallySeparated(left, textRunRect.Top, right, textRunRect.Bottom)); 764List<FixedSOMLineRanges> horizontal = _lines.HorizontalLines; 765List<FixedSOMLineRanges> vertical = _lines.VerticalLines; 860_lines.AddVertical(startP, endP); 864_lines.AddHorizontal(startP, endP);