2 writes to Line
PresentationFramework (2)
System\Windows\Documents\FixedSOMLineCollection.cs (2)
85
range.
Line
= line;
99
range.
Line
= line;
19 references to Line
PresentationFramework (19)
System\Windows\Documents\FixedSOMLineCollection.cs (8)
82
if (line < ranges[i].
Line
- maxSeparation)
90
else if (line < ranges[i].
Line
+ maxSeparation)
120
if (lines[i].
Line
< parallelLowEnd)
126
if (lines[i].
Line
<= parallelHighEnd)
134
if (lines[i].
Line
>= parallelLowEnd && lines[i].
Line
<= parallelHighEnd)
139
} while (i>=0 && lines[i].
Line
>= parallelLowEnd);
142
while (i<lines.Count && lines[i].
Line
<= parallelHighEnd)
System\Windows\Documents\FixedSOMPageConstructor.cs (11)
769
double dropLine = horizontal[h].
Line
+ minLineSeparation;
779
while (v < vertical.Count && vertical[v].
Line
< hStart)
783
for (; v < vertical.Count && vertical[v].
Line
< hEnd; v++)
789
if (vCellStart != -1 && horizontal[h2].
Line
< vBottom + minLineSeparation &&
790
horizontal[h2].End[hSeg2] + minLineSeparation > vertical[v].
Line
)
793
double top = horizontal[h].
Line
;
794
double bottom = horizontal[h2].
Line
;
795
double left = vertical[vCellStart].
Line
;
796
double right = vertical[v].
Line
;
820
for (h2 = h + 1; h2 < horizontal.Count && horizontal[h2].
Line
< vBottom + minLineSeparation; h2++)
822
hSeg2 = horizontal[h2].GetLineAt(vertical[v].
Line
+ minLineSeparation);