19 references to End
PresentationFramework (19)
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (1)
373
end = textAnchor.
End
;
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (2)
250
ITextPointer currentEnd = anchor.
End
;
280
if (anchor.
End
.CompareTo(currentEnd) != 0)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (7)
70
ITextPointer end = highlightRange.Range.
End
;
113
if (highlightRange.Range.Start.CompareTo(highlightRange.Range.
End
) == 0)
118
GetSpannedSegments(highlightRange.Range.Start, highlightRange.Range.
End
, out startSeg, out endSeg);
157
if (highlightRange.Range.Start.CompareTo(highlightRange.Range.
End
) == 0)
162
GetSpannedSegments(highlightRange.Range.Start, highlightRange.Range.
End
, out startSeg, out endSeg);
192
if (highlightRange.Range.Start.CompareTo(highlightRange.Range.
End
) == 0)
197
GetSpannedSegments(highlightRange.Range.Start, highlightRange.Range.
End
, out startSeg, out endSeg);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
659
ITextPointer end = anchor.
End
.CreatePointer(LogicalDirection.Backward);
1114
res = firstAnchor.
End
.CompareTo(secondAnchor.
End
);
MS\Internal\Annotations\TextAnchor.cs (2)
115
else if (textPointer.CompareTo(this.
End
) > 0)
485
return
End
as ContentPosition;
System\Windows\Annotations\AnnotationHelper.cs (4)
830
if (((selection.Start.CompareTo(anchor.Start) > 0) && (selection.Start.CompareTo(anchor.
End
) < 0)) ||
831
((selection.End.CompareTo(anchor.Start) > 0) && (selection.End.CompareTo(anchor.
End
) < 0)) ||
832
((selection.Start.CompareTo(anchor.Start) <= 0) && (selection.End.CompareTo(anchor.
End
) >= 0)) ||
856
((anchor.
End
.CompareTo(selection.End) == 0) &&