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