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)
49return _textContainer.CreateDynamicTextPointer(this, direction); 56return _textContainer.GetPointerContext(this, direction); 63return _textContainer.GetOffsetToPosition(this, position); 70return _textContainer.GetTextInRun(this, direction, textBuffer, startIndex, count); 77return _textContainer.GetAdjacentElement(this, direction); 84return _textContainer.CreatePointer(this, offset); 91return _textContainer.GetNextContextPosition(this, direction); 98return _textContainer.CompareTo(this, position); 105return _textContainer.CompareTo(this, position); 112return _textContainer.GetValue(this, formattingProperty); 132if (_textContainer != null) 134Invariant.Assert(_generation == _textContainer.Generation, "StaticTextPointer not synchronized to tree generation!"); 152return _textContainer; 160return _textContainer.GetParent(this); 168return (_textContainer == null);