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