2 references to ConvertRtfToXaml
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
963MemoryStream memoryStream = ConvertRtfToXaml(pastedData.ToString());
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1613MemoryStream memoryStream = TextEditorCopyPaste.ConvertRtfToXaml(rtfText);