1 write to _outerXamlBuilder
PresentationFramework (1)
System\Windows\Documents\RtfToXamlReader.cs (1)
7758_outerXamlBuilder = new StringBuilder();
6 references to _outerXamlBuilder
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (6)
7897return _outerXamlBuilder.ToString(); 8004_outerXamlBuilder.Append("<Section xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\" xml:space=\"preserve\" >\r\n"); 8008_outerXamlBuilder.Append("<Span xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\" xml:space=\"preserve\">"); 8015_outerXamlBuilder.Append(documentNode.Xaml); 8021_outerXamlBuilder.Append("</Section>"); 8025_outerXamlBuilder.Append("</Span>");