3 references to PasteTextElement
PresentationFramework (3)
System\windows\Documents\TextEditorCopyPaste.cs (3)
719
if ((element is Section || element is Span) &&
PasteTextElement
(This, (TextElement)element))
796
if ((textElement is Section || textElement is Span) &&
PasteTextElement
(This, textElement))
929
success = flowContent == null ? false :
PasteTextElement
(This, flowContent);