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