26 references to TextContainer
PresentationFramework (26)
src\Framework\System\Windows\Documents\InlineCollection.cs (4)
65this.TextContainer.BeginChange(); 83this.TextContainer.EndChange(); 207this.TextContainer.BeginChange(); 231this.TextContainer.EndChange();
src\Framework\System\Windows\Documents\TextElementCollection.cs (22)
88this.TextContainer.BeginChange(); 95this.TextContainer.EndChange(); 108TextContainer textContainer = this.TextContainer; 219TextContainer textContainer = this.TextContainer; 270this.TextContainer.BeginChange(); 277this.TextContainer.EndChange(); 315this.TextContainer.BeginChange(); 322this.TextContainer.EndChange(); 345this.TextContainer.BeginChange(); 364this.TextContainer.EndChange(); 427this.TextContainer.BeginChange(); 438this.TextContainer.EndChange(); 495this.TextContainer.BeginChange(); 527this.TextContainer.EndChange(); 599this.TextContainer.BeginChange(); 614this.TextContainer.EndChange(); 681return this.TextContainer; 757TextTreeTextElementNode node = this.TextContainer.FirstContainedNode as TextTreeTextElementNode; 780TextTreeTextElementNode node = this.TextContainer.LastContainedNode as TextTreeTextElementNode; 821TextContainer textContainer = this.TextContainer; 997this.Parent is TextElement ? ((TextElement)this.Parent).ContentStart : this.TextContainer.Start; 1008this.Parent is TextElement ? ((TextElement)this.Parent).ContentEnd : this.TextContainer.End;