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)
50
if (
_xamlContent
== null || _xamlError == null)
62
xamlToRtfError =
_xamlContent
.StartDocument();
80
xamlToRtfError =
_xamlContent
.Characters(xamlToken.Text);
84
xamlToRtfError =
_xamlContent
.SkippedEntity(xamlToken.Text);
108
xamlToRtfError =
_xamlContent
.IgnorableWhitespace(xamlToken.Text);
126
xamlToRtfError =
_xamlContent
.EndDocument();
169
xamlToRtfError =
_xamlContent
.StartElement(string.Empty, name, name, _xamlAttributes);
175
xamlToRtfError =
_xamlContent
.EndElement(string.Empty, name, name);
203
xamlToRtfError =
_xamlContent
.EndElement(string.Empty, name, name);