1 write to _xamlContent
PresentationFramework (1)
System\Windows\Documents\XamlToRtfParser.cs (1)
135_xamlContent = xamlContent;
9 references to _xamlContent
PresentationFramework (9)
System\Windows\Documents\XamlToRtfParser.cs (9)
51if (_xamlContent == null || _xamlError == null) 63xamlToRtfError = _xamlContent.StartDocument(); 81xamlToRtfError = _xamlContent.Characters(xamlToken.Text); 85xamlToRtfError = _xamlContent.SkippedEntity(xamlToken.Text); 109xamlToRtfError = _xamlContent.IgnorableWhitespace(xamlToken.Text); 127xamlToRtfError = _xamlContent.EndDocument(); 170xamlToRtfError = _xamlContent.StartElement(string.Empty, name, name, _xamlAttributes); 176xamlToRtfError = _xamlContent.EndElement(string.Empty, name, name); 204xamlToRtfError = _xamlContent.EndElement(string.Empty, name, name);