26 references to TextContainer
PresentationFramework (26)
System\Windows\Documents\InlineCollection.cs (4)
65this.TextContainer.BeginChange(); 81this.TextContainer.EndChange(); 202this.TextContainer.BeginChange(); 226this.TextContainer.EndChange();
System\Windows\Documents\TextElementCollection.cs (22)
83this.TextContainer.BeginChange(); 90this.TextContainer.EndChange(); 103TextContainer textContainer = this.TextContainer; 214TextContainer textContainer = this.TextContainer; 259this.TextContainer.BeginChange(); 266this.TextContainer.EndChange(); 298this.TextContainer.BeginChange(); 305this.TextContainer.EndChange(); 325this.TextContainer.BeginChange(); 344this.TextContainer.EndChange(); 404this.TextContainer.BeginChange(); 415this.TextContainer.EndChange(); 469this.TextContainer.BeginChange(); 501this.TextContainer.EndChange(); 570this.TextContainer.BeginChange(); 585this.TextContainer.EndChange(); 646return this.TextContainer; 722TextTreeTextElementNode node = this.TextContainer.FirstContainedNode as TextTreeTextElementNode; 745TextTreeTextElementNode node = this.TextContainer.LastContainedNode as TextTreeTextElementNode; 786TextContainer textContainer = this.TextContainer; 962this.Parent is TextElement ? ((TextElement)this.Parent).ContentStart : this.TextContainer.Start; 973this.Parent is TextElement ? ((TextElement)this.Parent).ContentEnd : this.TextContainer.End;