26 references to TextContainer
PresentationFramework (26)
System\Windows\Documents\InlineCollection.cs (4)
66this.TextContainer.BeginChange(); 82this.TextContainer.EndChange(); 203this.TextContainer.BeginChange(); 227this.TextContainer.EndChange();
System\Windows\Documents\TextElementCollection.cs (22)
85this.TextContainer.BeginChange(); 92this.TextContainer.EndChange(); 105TextContainer textContainer = this.TextContainer; 216TextContainer textContainer = this.TextContainer; 261this.TextContainer.BeginChange(); 268this.TextContainer.EndChange(); 300this.TextContainer.BeginChange(); 307this.TextContainer.EndChange(); 327this.TextContainer.BeginChange(); 346this.TextContainer.EndChange(); 406this.TextContainer.BeginChange(); 417this.TextContainer.EndChange(); 471this.TextContainer.BeginChange(); 503this.TextContainer.EndChange(); 572this.TextContainer.BeginChange(); 587this.TextContainer.EndChange(); 648return this.TextContainer; 724TextTreeTextElementNode node = this.TextContainer.FirstContainedNode as TextTreeTextElementNode; 747TextTreeTextElementNode node = this.TextContainer.LastContainedNode as TextTreeTextElementNode; 788TextContainer textContainer = this.TextContainer; 964this.Parent is TextElement ? ((TextElement)this.Parent).ContentStart : this.TextContainer.Start; 975this.Parent is TextElement ? ((TextElement)this.Parent).ContentEnd : this.TextContainer.End;