1 write to _xamlIn
PresentationFramework (1)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
49
_xamlIn
= new XamlIn(this, xaml);
2 references to _xamlIn
PresentationFramework (2)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
83
xamlToRtfError =
_xamlIn
.Parse();
117
return
_xamlIn
.GenerateListTables;