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