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