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