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