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