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)
164XamlToRtfError xamlToRtfError = _xamlAttributes.Init(xamlToken.Text); 168xamlToRtfError = _xamlAttributes.GetTag(ref name); 172xamlToRtfError = _xamlContent.StartElement(string.Empty, name, name, _xamlAttributes); 176if (_xamlAttributes.IsEmpty) 194XamlToRtfError xamlToRtfError = _xamlAttributes.Init(xamlToken.Text); 198xamlToRtfError = _xamlAttributes.GetTag(ref name);