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