2 references to TextContainer
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (2)
558
return e.IsTextElement ? e.Type : ((ITextContainer)_flowPosition.
TextContainer
).Parent.GetType();
684
return _flowPosition.
TextContainer
;