5 references to IsTextElement
PresentationFramework (5)
System\Windows\Documents\FixedTextPointer.cs (5)
174
return e.
IsTextElement
? e.Type : null;
215
if (!e.
IsTextElement
)
231
if (!e.
IsTextElement
)
432
if (!e.
IsTextElement
)
540
return e.
IsTextElement
? e.Type : ((ITextContainer)_flowPosition.TextContainer).Parent.GetType();