1 write to _lines
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
229
_lines
= new FixedSOMLineCollection();
7 references to _lines
PresentationFramework (7)
System\Windows\Documents\FixedSOMPageConstructor.cs (7)
458
if (
_lines
.IsVerticallySeparated(glyphRun.BaselineOrigin.X + cumulativeAdvWidth,
706
return (!
_lines
.IsHorizontallySeparated(left, top, right, bottom));
715
return (!
_lines
.IsVerticallySeparated(left, textRunRect.Top, right, textRunRect.Bottom));
752
List<FixedSOMLineRanges> horizontal =
_lines
.HorizontalLines;
753
List<FixedSOMLineRanges> vertical =
_lines
.VerticalLines;
847
_lines
.AddVertical(startP, endP);
851
_lines
.AddHorizontal(startP, endP);