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