1 write to _xamlAttributes
PresentationFramework (1)
src\Framework\System\Windows\Documents\XamlToRtfParser.cs (1)
37
_xamlAttributes
= new XamlAttributes(_xaml);
6 references to _xamlAttributes
PresentationFramework (6)
src\Framework\System\Windows\Documents\XamlToRtfParser.cs (6)
164
XamlToRtfError xamlToRtfError =
_xamlAttributes
.Init(xamlToken.Text);
168
xamlToRtfError =
_xamlAttributes
.GetTag(ref name);
172
xamlToRtfError = _xamlContent.StartElement(string.Empty, name, name,
_xamlAttributes
);
176
if (
_xamlAttributes
.IsEmpty)
194
XamlToRtfError xamlToRtfError =
_xamlAttributes
.Init(xamlToken.Text);
198
xamlToRtfError =
_xamlAttributes
.GetTag(ref name);