4 references to ContentStart
PresentationFramework (4)
System\Windows\Documents\TextElementCollection.cs (4)
107textContainer.DeleteContentInternal(this.ContentStart, this.ContentEnd); 362return new TextElementEnumerator<TextElementType>(this.ContentStart, this.ContentEnd); 377return new RangeContentEnumerator(this.ContentStart, this.ContentEnd); 480position = this.ContentStart;