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)
162XamlToRtfError xamlToRtfError = _xamlAttributes.Init(xamlToken.Text); 166xamlToRtfError = _xamlAttributes.GetTag(ref name); 170xamlToRtfError = _xamlContent.StartElement(string.Empty, name, name, _xamlAttributes); 174if (_xamlAttributes.IsEmpty) 192XamlToRtfError xamlToRtfError = _xamlAttributes.Init(xamlToken.Text); 196xamlToRtfError = _xamlAttributes.GetTag(ref name);