19 references to End
PresentationFramework (19)
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (1)
374end = textAnchor.End;
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (2)
251ITextPointer currentEnd = anchor.End; 281if (anchor.End.CompareTo(currentEnd) != 0)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (7)
71ITextPointer end = highlightRange.Range.End; 114if (highlightRange.Range.Start.CompareTo(highlightRange.Range.End) == 0) 119GetSpannedSegments(highlightRange.Range.Start, highlightRange.Range.End, out startSeg, out endSeg); 158if (highlightRange.Range.Start.CompareTo(highlightRange.Range.End) == 0) 163GetSpannedSegments(highlightRange.Range.Start, highlightRange.Range.End, out startSeg, out endSeg); 193if (highlightRange.Range.Start.CompareTo(highlightRange.Range.End) == 0) 198GetSpannedSegments(highlightRange.Range.Start, highlightRange.Range.End, out startSeg, out endSeg);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
660ITextPointer end = anchor.End.CreatePointer(LogicalDirection.Backward); 1115res = firstAnchor.End.CompareTo(secondAnchor.End);
MS\Internal\Annotations\TextAnchor.cs (2)
116else if (textPointer.CompareTo(this.End) > 0) 486return End as ContentPosition;
System\Windows\Annotations\AnnotationHelper.cs (4)
831if (((selection.Start.CompareTo(anchor.Start) > 0) && (selection.Start.CompareTo(anchor.End) < 0)) || 832((selection.End.CompareTo(anchor.Start) > 0) && (selection.End.CompareTo(anchor.End) < 0)) || 833((selection.Start.CompareTo(anchor.Start) <= 0) && (selection.End.CompareTo(anchor.End) >= 0)) || 857((anchor.End.CompareTo(selection.End) == 0) &&