2 instantiations of XamlRtfConverter
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (2)
549XamlRtfConverter xamlRtfConverter = new XamlRtfConverter(); 571XamlRtfConverter xamlRtfConverter = new XamlRtfConverter();
3 references to XamlRtfConverter
PresentationFramework (3)
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (2)
549XamlRtfConverter xamlRtfConverter = new XamlRtfConverter(); 571XamlRtfConverter xamlRtfConverter = new XamlRtfConverter();
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
2227return Encoding.GetEncoding(XamlRtfConverter.RtfCodePage).GetString(imageHexBytes);