1 write to _textContainer
PresentationFramework (1)
System\Windows\Documents\StaticTextPointer.cs (1)
33
_textContainer
= textContainer;
15 references to _textContainer
PresentationFramework (15)
System\Windows\Documents\StaticTextPointer.cs (15)
53
return
_textContainer
.CreateDynamicTextPointer(this, direction);
60
return
_textContainer
.GetPointerContext(this, direction);
67
return
_textContainer
.GetOffsetToPosition(this, position);
74
return
_textContainer
.GetTextInRun(this, direction, textBuffer, startIndex, count);
81
return
_textContainer
.GetAdjacentElement(this, direction);
88
return
_textContainer
.CreatePointer(this, offset);
95
return
_textContainer
.GetNextContextPosition(this, direction);
102
return
_textContainer
.CompareTo(this, position);
109
return
_textContainer
.CompareTo(this, position);
116
return
_textContainer
.GetValue(this, formattingProperty);
136
if (
_textContainer
!= null)
138
Invariant.Assert(_generation ==
_textContainer
.Generation, "StaticTextPointer not synchronized to tree generation!");
156
return
_textContainer
;
164
return
_textContainer
.GetParent(this);
172
return (
_textContainer
== null);