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)
48return _textContainer.CreateDynamicTextPointer(this, direction); 55return _textContainer.GetPointerContext(this, direction); 62return _textContainer.GetOffsetToPosition(this, position); 69return _textContainer.GetTextInRun(this, direction, textBuffer, startIndex, count); 76return _textContainer.GetAdjacentElement(this, direction); 83return _textContainer.CreatePointer(this, offset); 90return _textContainer.GetNextContextPosition(this, direction); 97return _textContainer.CompareTo(this, position); 104return _textContainer.CompareTo(this, position); 111return _textContainer.GetValue(this, formattingProperty); 131if (_textContainer != null) 133Invariant.Assert(_generation == _textContainer.Generation, "StaticTextPointer not synchronized to tree generation!"); 151return _textContainer; 159return _textContainer.GetParent(this); 167return (_textContainer == null);