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