2 writes to Line
PresentationFramework (2)
System\Windows\Documents\FixedSOMLineCollection.cs (2)
86
Line
= line
102
Line
= line
19 references to Line
PresentationFramework (19)
System\Windows\Documents\FixedSOMLineCollection.cs (8)
82
if (line < ranges[i].
Line
- maxSeparation)
92
else if (line < ranges[i].
Line
+ maxSeparation)
124
if (lines[i].
Line
< parallelLowEnd)
130
if (lines[i].
Line
<= parallelHighEnd)
138
if (lines[i].
Line
>= parallelLowEnd && lines[i].
Line
<= parallelHighEnd)
143
} while (i>=0 && lines[i].
Line
>= parallelLowEnd);
146
while (i<lines.Count && lines[i].
Line
<= parallelHighEnd)
System\Windows\Documents\FixedSOMPageConstructor.cs (11)
771
double dropLine = horizontal[h].
Line
+ minLineSeparation;
781
while (v < vertical.Count && vertical[v].
Line
< hStart)
785
for (; v < vertical.Count && vertical[v].
Line
< hEnd; v++)
791
if (vCellStart != -1 && horizontal[h2].
Line
< vBottom + minLineSeparation &&
792
horizontal[h2].End[hSeg2] + minLineSeparation > vertical[v].
Line
)
795
double top = horizontal[h].
Line
;
796
double bottom = horizontal[h2].
Line
;
797
double left = vertical[vCellStart].
Line
;
798
double right = vertical[v].
Line
;
822
for (h2 = h + 1; h2 < horizontal.Count && horizontal[h2].
Line
< vBottom + minLineSeparation; h2++)
824
hSeg2 = horizontal[h2].GetLineAt(vertical[v].
Line
+ minLineSeparation);