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