1 write to _xamlAttributes
PresentationFramework (1)
System\Windows\Documents\XamlToRtfParser.cs (1)
35
_xamlAttributes
= new XamlAttributes(_xaml);
6 references to _xamlAttributes
PresentationFramework (6)
System\Windows\Documents\XamlToRtfParser.cs (6)
162
XamlToRtfError xamlToRtfError =
_xamlAttributes
.Init(xamlToken.Text);
166
xamlToRtfError =
_xamlAttributes
.GetTag(ref name);
170
xamlToRtfError = _xamlContent.StartElement(string.Empty, name, name,
_xamlAttributes
);
174
if (
_xamlAttributes
.IsEmpty)
192
XamlToRtfError xamlToRtfError =
_xamlAttributes
.Init(xamlToken.Text);
196
xamlToRtfError =
_xamlAttributes
.GetTag(ref name);