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