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