5 references to Start
PresentationFramework (5)
src\Framework\System\Windows\Documents\FixedTextView.cs (5)
659
return ((tp.CompareTo(this.
Start
) > 0 && tp.CompareTo(this.End) < 0) ||
660
(tp.CompareTo(this.
Start
) == 0 && (tp.LogicalDirection == LogicalDirection.Forward || this.IsContainerStart)) ||
742
list.Add(new TextSegment(this.
Start
, this.End, true));
888
itp = ((ITextPointer)this.
Start
).CreatePointer(LogicalDirection.Forward);
1280
return (this.
Start
.CompareTo(this.TextContainer.Start) == 0);