5 references to IsTextElement
PresentationFramework (5)
System\Windows\Documents\FixedTextPointer.cs (5)
169
return e.
IsTextElement
? e.Type : null;
210
if (!e.
IsTextElement
)
226
if (!e.
IsTextElement
)
427
if (!e.
IsTextElement
)
535
return e.
IsTextElement
? e.Type : ((ITextContainer)_flowPosition.TextContainer).Parent.GetType();