1 instantiation of XamlToRtfWriter
PresentationFramework (1)
System\Windows\Documents\XamlRtfConverter.cs (1)
63XamlToRtfWriter xamlToRtfWriter = new XamlToRtfWriter(xamlContent);
3 references to XamlToRtfWriter
PresentationFramework (3)
System\Windows\Documents\XamlRtfConverter.cs (1)
63XamlToRtfWriter xamlToRtfWriter = new XamlToRtfWriter(xamlContent);
System\Windows\Documents\XamlToRtfWriter.cs (2)
2390internal XamlIn(XamlToRtfWriter writer, string xaml) 3336private XamlToRtfWriter _writer;