5 references to IsTextElement
PresentationFramework (5)
System\Windows\Documents\FixedTextPointer.cs (5)
167
return e.
IsTextElement
? e.Type : null;
208
if (!e.
IsTextElement
)
224
if (!e.
IsTextElement
)
425
if (!e.
IsTextElement
)
533
return e.
IsTextElement
? e.Type : ((ITextContainer)_flowPosition.TextContainer).Parent.GetType();