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