1 write to _textContainer
PresentationFramework (1)
System\Windows\Documents\StaticTextPointer.cs (1)
29
_textContainer
= textContainer;
15 references to _textContainer
PresentationFramework (15)
System\Windows\Documents\StaticTextPointer.cs (15)
49
return
_textContainer
.CreateDynamicTextPointer(this, direction);
56
return
_textContainer
.GetPointerContext(this, direction);
63
return
_textContainer
.GetOffsetToPosition(this, position);
70
return
_textContainer
.GetTextInRun(this, direction, textBuffer, startIndex, count);
77
return
_textContainer
.GetAdjacentElement(this, direction);
84
return
_textContainer
.CreatePointer(this, offset);
91
return
_textContainer
.GetNextContextPosition(this, direction);
98
return
_textContainer
.CompareTo(this, position);
105
return
_textContainer
.CompareTo(this, position);
112
return
_textContainer
.GetValue(this, formattingProperty);
132
if (
_textContainer
!= null)
134
Invariant.Assert(_generation ==
_textContainer
.Generation, "StaticTextPointer not synchronized to tree generation!");
152
return
_textContainer
;
160
return
_textContainer
.GetParent(this);
168
return (
_textContainer
== null);