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