8 references to End
PresentationFramework (8)
System\Windows\Documents\FixedTextView.cs (8)
71
ITextPointer textPos = this.
End
;
72
if (_GetFixedPosition(this.
End
, out fixedp))
77
textPos = this.
End
;
636
return ((tp.CompareTo(this.Start) > 0 && tp.CompareTo(this.
End
) < 0) ||
638
(tp.CompareTo(this.
End
) == 0 && (tp.LogicalDirection == LogicalDirection.Backward || this.IsContainerEnd))
718
list.Add(new TextSegment(this.Start, this.
End
, true));
864
itp = ((ITextPointer)this.
End
).CreatePointer(LogicalDirection.Backward);
1256
return (this.
End
.CompareTo(this.TextContainer.End) == 0);