1 instantiation of XamlToRtfWriter
PresentationFramework (1)
src\Framework\System\Windows\Documents\XamlRtfConverter.cs (1)
69XamlToRtfWriter xamlToRtfWriter = new XamlToRtfWriter(xamlContent);
3 references to XamlToRtfWriter
PresentationFramework (3)
src\Framework\System\Windows\Documents\XamlRtfConverter.cs (1)
69XamlToRtfWriter xamlToRtfWriter = new XamlToRtfWriter(xamlContent);
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
2391internal XamlIn(XamlToRtfWriter writer, string xaml) 3342private XamlToRtfWriter _writer;