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