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