8 references to End
PresentationFramework (8)
src\Framework\System\Windows\Documents\FixedTextView.cs (8)
87ITextPointer textPos = this.End; 88if (_GetFixedPosition(this.End, out fixedp)) 93textPos = this.End; 659return ((tp.CompareTo(this.Start) > 0 && tp.CompareTo(this.End) < 0) || 661(tp.CompareTo(this.End) == 0 && (tp.LogicalDirection == LogicalDirection.Backward || this.IsContainerEnd)) 742list.Add(new TextSegment(this.Start, this.End, true)); 893itp = ((ITextPointer)this.End).CreatePointer(LogicalDirection.Backward); 1288return (this.End.CompareTo(this.TextContainer.End) == 0);