1 write to _textContainer
PresentationFramework (1)
System\Windows\Documents\StaticTextPointer.cs (1)
33_textContainer = textContainer;
15 references to _textContainer
PresentationFramework (15)
System\Windows\Documents\StaticTextPointer.cs (15)
53return _textContainer.CreateDynamicTextPointer(this, direction); 60return _textContainer.GetPointerContext(this, direction); 67return _textContainer.GetOffsetToPosition(this, position); 74return _textContainer.GetTextInRun(this, direction, textBuffer, startIndex, count); 81return _textContainer.GetAdjacentElement(this, direction); 88return _textContainer.CreatePointer(this, offset); 95return _textContainer.GetNextContextPosition(this, direction); 102return _textContainer.CompareTo(this, position); 109return _textContainer.CompareTo(this, position); 116return _textContainer.GetValue(this, formattingProperty); 136if (_textContainer != null) 138Invariant.Assert(_generation == _textContainer.Generation, "StaticTextPointer not synchronized to tree generation!"); 156return _textContainer; 164return _textContainer.GetParent(this); 172return (_textContainer == null);