8 references to End
PresentationFramework (8)
System\Windows\Documents\FixedTextView.cs (8)
72
ITextPointer textPos = this.
End
;
73
if (_GetFixedPosition(this.
End
, out fixedp))
78
textPos = this.
End
;
637
return ((tp.CompareTo(this.Start) > 0 && tp.CompareTo(this.
End
) < 0) ||
639
(tp.CompareTo(this.
End
) == 0 && (tp.LogicalDirection == LogicalDirection.Backward || this.IsContainerEnd))
719
list.Add(new TextSegment(this.Start, this.
End
, true));
868
itp = ((ITextPointer)this.
End
).CreatePointer(LogicalDirection.Backward);
1263
return (this.
End
.CompareTo(this.TextContainer.End) == 0);