2 references to ConvertXamlToRtf
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
166
string rtfText =
ConvertXamlToRtf
(xamlTextWithImages, wpfContainerMemory);
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1556
string rtfText = TextEditorCopyPaste.
ConvertXamlToRtf
(xamlText, wpfPayloadMemory);