12 references to End
PresentationFramework (12)
System\Windows\Documents\FixedSOMLineCollection.cs (1)
153
double end = lines[i].
End
[rangeIndex];
System\Windows\Documents\FixedSOMLineRanges.cs (8)
18
if (start >
End
[i] + _minLineSeparation)
25
End
.Insert(i, end);
35
if (
End
[i] > end)
37
end =
End
[i];
40
End
.RemoveAt(i);
44
End
.Add(end);
56
if (line >
End
[i])
66
if (startIndex == endIndex && line <=
End
[startIndex] && line >= Start[startIndex])
System\Windows\Documents\FixedSOMPageConstructor.cs (3)
777
double hEnd = horizontal[h].
End
[hSeg] + minLineSeparation;
790
double vBottom = vertical[v].
End
[vSeg];
792
horizontal[h2].
End
[hSeg2] + minLineSeparation > vertical[v].Line)