2 writes to Line
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSOMLineCollection.cs (2)
96
range.
Line
= line;
110
range.
Line
= line;
19 references to Line
PresentationFramework (19)
src\Framework\System\Windows\Documents\FixedSOMLineCollection.cs (8)
93
if (line < ranges[i].
Line
- maxSeparation)
101
else if (line < ranges[i].
Line
+ maxSeparation)
132
if (lines[i].
Line
< parallelLowEnd)
138
if (lines[i].
Line
<= parallelHighEnd)
146
if (lines[i].
Line
>= parallelLowEnd && lines[i].
Line
<= parallelHighEnd)
151
} while (i>=0 && lines[i].
Line
>= parallelLowEnd);
154
while (i<lines.Count && lines[i].
Line
<= parallelHighEnd)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (11)
782
double dropLine = horizontal[h].
Line
+ minLineSeparation;
792
while (v < vertical.Count && vertical[v].
Line
< hStart)
796
for (; v < vertical.Count && vertical[v].
Line
< hEnd; v++)
802
if (vCellStart != -1 && horizontal[h2].
Line
< vBottom + minLineSeparation &&
803
horizontal[h2].End[hSeg2] + minLineSeparation > vertical[v].
Line
)
806
double top = horizontal[h].
Line
;
807
double bottom = horizontal[h2].
Line
;
808
double left = vertical[vCellStart].
Line
;
809
double right = vertical[v].
Line
;
833
for (h2 = h + 1; h2 < horizontal.Count && horizontal[h2].
Line
< vBottom + minLineSeparation; h2++)
835
hSeg2 = horizontal[h2].GetLineAt(vertical[v].
Line
+ minLineSeparation);