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