1 write to _xamlContent
PresentationFramework (1)
System\Windows\Documents\XamlToRtfParser.cs (1)
134_xamlContent = xamlContent;
9 references to _xamlContent
PresentationFramework (9)
System\Windows\Documents\XamlToRtfParser.cs (9)
50if (_xamlContent == null || _xamlError == null) 62xamlToRtfError = _xamlContent.StartDocument(); 80xamlToRtfError = _xamlContent.Characters(xamlToken.Text); 84xamlToRtfError = _xamlContent.SkippedEntity(xamlToken.Text); 108xamlToRtfError = _xamlContent.IgnorableWhitespace(xamlToken.Text); 126xamlToRtfError = _xamlContent.EndDocument(); 169xamlToRtfError = _xamlContent.StartElement(string.Empty, name, name, _xamlAttributes); 175xamlToRtfError = _xamlContent.EndElement(string.Empty, name, name); 203xamlToRtfError = _xamlContent.EndElement(string.Empty, name, name);