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