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