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