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)
51
if (
_xamlContent
== null || _xamlError == null)
63
xamlToRtfError =
_xamlContent
.StartDocument();
81
xamlToRtfError =
_xamlContent
.Characters(xamlToken.Text);
85
xamlToRtfError =
_xamlContent
.SkippedEntity(xamlToken.Text);
109
xamlToRtfError =
_xamlContent
.IgnorableWhitespace(xamlToken.Text);
127
xamlToRtfError =
_xamlContent
.EndDocument();
170
xamlToRtfError =
_xamlContent
.StartElement(string.Empty, name, name, _xamlAttributes);
176
xamlToRtfError =
_xamlContent
.EndElement(string.Empty, name, name);
204
xamlToRtfError =
_xamlContent
.EndElement(string.Empty, name, name);