2 writes to Line
PresentationFramework (2)
System\Windows\Documents\FixedSOMLineCollection.cs (2)
85
Line
= line
101
Line
= line
19 references to Line
PresentationFramework (19)
System\Windows\Documents\FixedSOMLineCollection.cs (8)
81
if (line < ranges[i].
Line
- maxSeparation)
91
else if (line < ranges[i].
Line
+ maxSeparation)
123
if (lines[i].
Line
< parallelLowEnd)
129
if (lines[i].
Line
<= parallelHighEnd)
137
if (lines[i].
Line
>= parallelLowEnd && lines[i].
Line
<= parallelHighEnd)
142
} while (i>=0 && lines[i].
Line
>= parallelLowEnd);
145
while (i<lines.Count && lines[i].
Line
<= parallelHighEnd)
System\Windows\Documents\FixedSOMPageConstructor.cs (11)
770
double dropLine = horizontal[h].
Line
+ minLineSeparation;
780
while (v < vertical.Count && vertical[v].
Line
< hStart)
784
for (; v < vertical.Count && vertical[v].
Line
< hEnd; v++)
790
if (vCellStart != -1 && horizontal[h2].
Line
< vBottom + minLineSeparation &&
791
horizontal[h2].End[hSeg2] + minLineSeparation > vertical[v].
Line
)
794
double top = horizontal[h].
Line
;
795
double bottom = horizontal[h2].
Line
;
796
double left = vertical[vCellStart].
Line
;
797
double right = vertical[v].
Line
;
821
for (h2 = h + 1; h2 < horizontal.Count && horizontal[h2].
Line
< vBottom + minLineSeparation; h2++)
823
hSeg2 = horizontal[h2].GetLineAt(vertical[v].
Line
+ minLineSeparation);