2 writes to Line
PresentationFramework (2)
System\Windows\Documents\FixedSOMLineCollection.cs (2)
91
range.
Line
= line;
105
range.
Line
= line;
19 references to Line
PresentationFramework (19)
System\Windows\Documents\FixedSOMLineCollection.cs (8)
88
if (line < ranges[i].
Line
- maxSeparation)
96
else if (line < ranges[i].
Line
+ maxSeparation)
126
if (lines[i].
Line
< parallelLowEnd)
132
if (lines[i].
Line
<= parallelHighEnd)
140
if (lines[i].
Line
>= parallelLowEnd && lines[i].
Line
<= parallelHighEnd)
145
} while (i>=0 && lines[i].
Line
>= parallelLowEnd);
148
while (i<lines.Count && lines[i].
Line
<= parallelHighEnd)
System\Windows\Documents\FixedSOMPageConstructor.cs (11)
774
double dropLine = horizontal[h].
Line
+ minLineSeparation;
784
while (v < vertical.Count && vertical[v].
Line
< hStart)
788
for (; v < vertical.Count && vertical[v].
Line
< hEnd; v++)
794
if (vCellStart != -1 && horizontal[h2].
Line
< vBottom + minLineSeparation &&
795
horizontal[h2].End[hSeg2] + minLineSeparation > vertical[v].
Line
)
798
double top = horizontal[h].
Line
;
799
double bottom = horizontal[h2].
Line
;
800
double left = vertical[vCellStart].
Line
;
801
double right = vertical[v].
Line
;
825
for (h2 = h + 1; h2 < horizontal.Count && horizontal[h2].
Line
< vBottom + minLineSeparation; h2++)
827
hSeg2 = horizontal[h2].GetLineAt(vertical[v].
Line
+ minLineSeparation);