1 write to _xamlAttributes
PresentationFramework (1)
System\Windows\Documents\XamlToRtfParser.cs (1)
34
_xamlAttributes
= new XamlAttributes(_xaml);
6 references to _xamlAttributes
PresentationFramework (6)
System\Windows\Documents\XamlToRtfParser.cs (6)
161
XamlToRtfError xamlToRtfError =
_xamlAttributes
.Init(xamlToken.Text);
165
xamlToRtfError =
_xamlAttributes
.GetTag(ref name);
169
xamlToRtfError = _xamlContent.StartElement(string.Empty, name, name,
_xamlAttributes
);
173
if (
_xamlAttributes
.IsEmpty)
191
XamlToRtfError xamlToRtfError =
_xamlAttributes
.Init(xamlToken.Text);
195
xamlToRtfError =
_xamlAttributes
.GetTag(ref name);