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