12 references to End
PresentationFramework (12)
System\Windows\Documents\FixedSOMLineCollection.cs (1)
155
double end = lines[i].
End
[rangeIndex];
System\Windows\Documents\FixedSOMLineRanges.cs (8)
25
if (start >
End
[i] + _minLineSeparation)
32
End
.Insert(i, end);
42
if (
End
[i] > end)
44
end =
End
[i];
47
End
.RemoveAt(i);
51
End
.Add(end);
63
if (line >
End
[i])
73
if (startIndex == endIndex && line <=
End
[startIndex] && line >= Start[startIndex])
System\Windows\Documents\FixedSOMPageConstructor.cs (3)
780
double hEnd = horizontal[h].
End
[hSeg] + minLineSeparation;
793
double vBottom = vertical[v].
End
[vSeg];
795
horizontal[h2].
End
[hSeg2] + minLineSeparation > vertical[v].Line)