1 write to _outerXamlBuilder
PresentationFramework (1)
System\Windows\Documents\RtfToXamlReader.cs (1)
7773_outerXamlBuilder = new StringBuilder();
6 references to _outerXamlBuilder
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (6)
7912return _outerXamlBuilder.ToString(); 8019_outerXamlBuilder.Append("<Section xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\" xml:space=\"preserve\" >\r\n"); 8023_outerXamlBuilder.Append("<Span xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\" xml:space=\"preserve\">"); 8030_outerXamlBuilder.Append(documentNode.Xaml); 8036_outerXamlBuilder.Append("</Section>"); 8040_outerXamlBuilder.Append("</Span>");