26 references to TextContainer
PresentationFramework (26)
System\Windows\Documents\InlineCollection.cs (4)
64this.TextContainer.BeginChange(); 80this.TextContainer.EndChange(); 200this.TextContainer.BeginChange(); 224this.TextContainer.EndChange();
System\Windows\Documents\TextElementCollection.cs (22)
82this.TextContainer.BeginChange(); 89this.TextContainer.EndChange(); 102TextContainer textContainer = this.TextContainer; 213TextContainer textContainer = this.TextContainer; 258this.TextContainer.BeginChange(); 265this.TextContainer.EndChange(); 297this.TextContainer.BeginChange(); 304this.TextContainer.EndChange(); 324this.TextContainer.BeginChange(); 343this.TextContainer.EndChange(); 403this.TextContainer.BeginChange(); 414this.TextContainer.EndChange(); 468this.TextContainer.BeginChange(); 500this.TextContainer.EndChange(); 569this.TextContainer.BeginChange(); 584this.TextContainer.EndChange(); 645return this.TextContainer; 721TextTreeTextElementNode node = this.TextContainer.FirstContainedNode as TextTreeTextElementNode; 744TextTreeTextElementNode node = this.TextContainer.LastContainedNode as TextTreeTextElementNode; 785TextContainer textContainer = this.TextContainer; 961this.Parent is TextElement ? ((TextElement)this.Parent).ContentStart : this.TextContainer.Start; 972this.Parent is TextElement ? ((TextElement)this.Parent).ContentEnd : this.TextContainer.End;