1 write to _outerXamlBuilder
PresentationFramework (1)
System\Windows\Documents\RtfToXamlReader.cs (1)
7757_outerXamlBuilder = new StringBuilder();
6 references to _outerXamlBuilder
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (6)
7896return _outerXamlBuilder.ToString(); 8003_outerXamlBuilder.Append("<Section xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\" xml:space=\"preserve\" >\r\n"); 8007_outerXamlBuilder.Append("<Span xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\" xml:space=\"preserve\">"); 8014_outerXamlBuilder.Append(documentNode.Xaml); 8020_outerXamlBuilder.Append("</Section>"); 8024_outerXamlBuilder.Append("</Span>");