26 references to TextContainer
PresentationFramework (26)
src\Framework\System\Windows\Documents\InlineCollection.cs (4)
65
this.
TextContainer
.BeginChange();
83
this.
TextContainer
.EndChange();
207
this.
TextContainer
.BeginChange();
231
this.
TextContainer
.EndChange();
src\Framework\System\Windows\Documents\TextElementCollection.cs (22)
88
this.
TextContainer
.BeginChange();
95
this.
TextContainer
.EndChange();
108
TextContainer textContainer = this.
TextContainer
;
219
TextContainer textContainer = this.
TextContainer
;
270
this.
TextContainer
.BeginChange();
277
this.
TextContainer
.EndChange();
315
this.
TextContainer
.BeginChange();
322
this.
TextContainer
.EndChange();
345
this.
TextContainer
.BeginChange();
364
this.
TextContainer
.EndChange();
427
this.
TextContainer
.BeginChange();
438
this.
TextContainer
.EndChange();
495
this.
TextContainer
.BeginChange();
527
this.
TextContainer
.EndChange();
599
this.
TextContainer
.BeginChange();
614
this.
TextContainer
.EndChange();
681
return this.
TextContainer
;
757
TextTreeTextElementNode node = this.
TextContainer
.FirstContainedNode as TextTreeTextElementNode;
780
TextTreeTextElementNode node = this.
TextContainer
.LastContainedNode as TextTreeTextElementNode;
821
TextContainer textContainer = this.
TextContainer
;
997
this.Parent is TextElement ? ((TextElement)this.Parent).ContentStart : this.
TextContainer
.Start;
1008
this.Parent is TextElement ? ((TextElement)this.Parent).ContentEnd : this.
TextContainer
.End;