5 references to IsTextElement
PresentationFramework (5)
System\Windows\Documents\FixedTextPointer.cs (5)
166
return e.
IsTextElement
? e.Type : null;
207
if (!e.
IsTextElement
)
223
if (!e.
IsTextElement
)
424
if (!e.
IsTextElement
)
532
return e.
IsTextElement
? e.Type : ((ITextContainer)_flowPosition.TextContainer).Parent.GetType();