1 write to _textContainer
PresentationFramework (1)
System\Windows\Documents\StaticTextPointer.cs (1)
28
_textContainer
= textContainer;
15 references to _textContainer
PresentationFramework (15)
System\Windows\Documents\StaticTextPointer.cs (15)
48
return
_textContainer
.CreateDynamicTextPointer(this, direction);
55
return
_textContainer
.GetPointerContext(this, direction);
62
return
_textContainer
.GetOffsetToPosition(this, position);
69
return
_textContainer
.GetTextInRun(this, direction, textBuffer, startIndex, count);
76
return
_textContainer
.GetAdjacentElement(this, direction);
83
return
_textContainer
.CreatePointer(this, offset);
90
return
_textContainer
.GetNextContextPosition(this, direction);
97
return
_textContainer
.CompareTo(this, position);
104
return
_textContainer
.CompareTo(this, position);
111
return
_textContainer
.GetValue(this, formattingProperty);
131
if (
_textContainer
!= null)
133
Invariant.Assert(_generation ==
_textContainer
.Generation, "StaticTextPointer not synchronized to tree generation!");
151
return
_textContainer
;
159
return
_textContainer
.GetParent(this);
167
return (
_textContainer
== null);