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