4 references to ContentStart
PresentationFramework (4)
System\Windows\Documents\TextElementCollection.cs (4)
109textContainer.DeleteContentInternal(this.ContentStart, this.ContentEnd); 364return new TextElementEnumerator<TextElementType>(this.ContentStart, this.ContentEnd); 379return new RangeContentEnumerator(this.ContentStart, this.ContentEnd); 482position = this.ContentStart;