19 references to End
PresentationFramework (19)
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (1)
383end = textAnchor.End;
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (2)
261ITextPointer currentEnd = anchor.End; 291if (anchor.End.CompareTo(currentEnd) != 0)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (7)
78ITextPointer end = highlightRange.Range.End; 121if (highlightRange.Range.Start.CompareTo(highlightRange.Range.End) == 0) 126GetSpannedSegments(highlightRange.Range.Start, highlightRange.Range.End, out startSeg, out endSeg); 165if (highlightRange.Range.Start.CompareTo(highlightRange.Range.End) == 0) 170GetSpannedSegments(highlightRange.Range.Start, highlightRange.Range.End, out startSeg, out endSeg); 200if (highlightRange.Range.Start.CompareTo(highlightRange.Range.End) == 0) 205GetSpannedSegments(highlightRange.Range.Start, highlightRange.Range.End, out startSeg, out endSeg);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
662ITextPointer end = anchor.End.CreatePointer(LogicalDirection.Backward); 1117res = firstAnchor.End.CompareTo(secondAnchor.End);
MS\Internal\Annotations\TextAnchor.cs (2)
119else if (textPointer.CompareTo(this.End) > 0) 489return End as ContentPosition;
System\Windows\Annotations\AnnotationHelper.cs (4)
845if (((selection.Start.CompareTo(anchor.Start) > 0) && (selection.Start.CompareTo(anchor.End) < 0)) || 846((selection.End.CompareTo(anchor.Start) > 0) && (selection.End.CompareTo(anchor.End) < 0)) || 847((selection.Start.CompareTo(anchor.Start) <= 0) && (selection.End.CompareTo(anchor.End) >= 0)) || 871((anchor.End.CompareTo(selection.End) == 0) &&