12 references to End
PresentationFramework (12)
src\Framework\System\Windows\Documents\FixedSOMLineCollection.cs (1)
161double end = lines[i].End[rangeIndex];
src\Framework\System\Windows\Documents\FixedSOMLineRanges.cs (8)
30if (start > End[i] + _minLineSeparation) 37End.Insert(i, end); 47if (End[i] > end) 49end = End[i]; 52End.RemoveAt(i); 56End.Add(end); 68if (line > End[i]) 78if (startIndex == endIndex && line <= End[startIndex] && line >= Start[startIndex])
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (3)
788double hEnd = horizontal[h].End[hSeg] + minLineSeparation; 801double vBottom = vertical[v].End[vSeg]; 803horizontal[h2].End[hSeg2] + minLineSeparation > vertical[v].Line)