1 write to _lines
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
228_lines = new FixedSOMLineCollection();
7 references to _lines
PresentationFramework (7)
System\Windows\Documents\FixedSOMPageConstructor.cs (7)
457if (_lines.IsVerticallySeparated(glyphRun.BaselineOrigin.X + cumulativeAdvWidth, 705return (!_lines.IsHorizontallySeparated(left, top, right, bottom)); 714return (!_lines.IsVerticallySeparated(left, textRunRect.Top, right, textRunRect.Bottom)); 751List<FixedSOMLineRanges> horizontal = _lines.HorizontalLines; 752List<FixedSOMLineRanges> vertical = _lines.VerticalLines; 846_lines.AddVertical(startP, endP); 850_lines.AddHorizontal(startP, endP);