1 write to _parser
PresentationFramework (1)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
2396
_parser
= new XamlToRtfParser(_xaml);
2 references to _parser
PresentationFramework (2)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
2398
_parser
.SetCallbacks(this, this);
2431
return
_parser
.Parse();