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