1 write to _textContainer
PresentationFramework (1)
src\Framework\System\Windows\Documents\StaticTextPointer.cs (1)
35
_textContainer
= textContainer;
15 references to _textContainer
PresentationFramework (15)
src\Framework\System\Windows\Documents\StaticTextPointer.cs (15)
55
return
_textContainer
.CreateDynamicTextPointer(this, direction);
62
return
_textContainer
.GetPointerContext(this, direction);
69
return
_textContainer
.GetOffsetToPosition(this, position);
76
return
_textContainer
.GetTextInRun(this, direction, textBuffer, startIndex, count);
83
return
_textContainer
.GetAdjacentElement(this, direction);
90
return
_textContainer
.CreatePointer(this, offset);
97
return
_textContainer
.GetNextContextPosition(this, direction);
104
return
_textContainer
.CompareTo(this, position);
111
return
_textContainer
.CompareTo(this, position);
118
return
_textContainer
.GetValue(this, formattingProperty);
138
if (
_textContainer
!= null)
140
Invariant.Assert(_generation ==
_textContainer
.Generation, "StaticTextPointer not synchronized to tree generation!");
158
return
_textContainer
;
166
return
_textContainer
.GetParent(this);
174
return (
_textContainer
== null);