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