12 references to End
PresentationFramework (12)
System\Windows\Documents\FixedSOMLineCollection.cs (1)
152
double end = lines[i].
End
[rangeIndex];
System\Windows\Documents\FixedSOMLineRanges.cs (8)
17
if (start >
End
[i] + _minLineSeparation)
24
End
.Insert(i, end);
34
if (
End
[i] > end)
36
end =
End
[i];
39
End
.RemoveAt(i);
43
End
.Add(end);
55
if (line >
End
[i])
65
if (startIndex == endIndex && line <=
End
[startIndex] && line >= Start[startIndex])
System\Windows\Documents\FixedSOMPageConstructor.cs (3)
776
double hEnd = horizontal[h].
End
[hSeg] + minLineSeparation;
789
double vBottom = vertical[v].
End
[vSeg];
791
horizontal[h2].
End
[hSeg2] + minLineSeparation > vertical[v].Line)