8 references to End
PresentationFramework (8)
System\Windows\Documents\FixedTextView.cs (8)
80
ITextPointer textPos = this.
End
;
81
if (_GetFixedPosition(this.
End
, out fixedp))
86
textPos = this.
End
;
650
return ((tp.CompareTo(this.Start) > 0 && tp.CompareTo(this.
End
) < 0) ||
652
(tp.CompareTo(this.
End
) == 0 && (tp.LogicalDirection == LogicalDirection.Backward || this.IsContainerEnd))
732
list.Add(new TextSegment(this.Start, this.
End
, true));
881
itp = ((ITextPointer)this.
End
).CreatePointer(LogicalDirection.Backward);
1276
return (this.
End
.CompareTo(this.TextContainer.End) == 0);