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