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