4 references to ContentStart
PresentationFramework (4)
System\Windows\Documents\TextElementCollection.cs (4)
106textContainer.DeleteContentInternal(this.ContentStart, this.ContentEnd); 361return new TextElementEnumerator<TextElementType>(this.ContentStart, this.ContentEnd); 376return new RangeContentEnumerator(this.ContentStart, this.ContentEnd); 479position = this.ContentStart;