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