5 references to IsTextElement
PresentationFramework (5)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (5)
183
return e.
IsTextElement
? e.Type : null;
230
if (!e.
IsTextElement
)
246
if (!e.
IsTextElement
)
447
if (!e.
IsTextElement
)
558
return e.
IsTextElement
? e.Type : ((ITextContainer)_flowPosition.TextContainer).Parent.GetType();