Base:
property
TextContainer
MS.Internal.Documents.TextViewBase.TextContainer
2 references to TextContainer
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedTextView.cs (2)
1280return (this.Start.CompareTo(this.TextContainer.Start) == 0); 1288return (this.End.CompareTo(this.TextContainer.End) == 0);