2 instantiations of XamlRtfConverter
PresentationFramework (2)
System\windows\Documents\TextEditorCopyPaste.cs (2)
420XamlRtfConverter xamlRtfConverter = new XamlRtfConverter(); 442XamlRtfConverter xamlRtfConverter = new XamlRtfConverter
3 references to XamlRtfConverter
PresentationFramework (3)
System\windows\Documents\TextEditorCopyPaste.cs (2)
420XamlRtfConverter xamlRtfConverter = new XamlRtfConverter(); 442XamlRtfConverter xamlRtfConverter = new XamlRtfConverter
System\Windows\Documents\XamlToRtfWriter.cs (1)
2224return InternalEncoding.GetEncoding(XamlRtfConverter.RtfCodePage).GetString(imageHexBytes);