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)
471
if (
_lines
.IsVerticallySeparated(glyphRun.BaselineOrigin.X + cumulativeAdvWidth,
720
return (!
_lines
.IsHorizontallySeparated(left, top, right, bottom));
733
return (!
_lines
.IsVerticallySeparated(left, textRunRect.Top, right, textRunRect.Bottom));
764
List<FixedSOMLineRanges> horizontal =
_lines
.HorizontalLines;
765
List<FixedSOMLineRanges> vertical =
_lines
.VerticalLines;
860
_lines
.AddVertical(startP, endP);
864
_lines
.AddHorizontal(startP, endP);