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)
161XamlToRtfError xamlToRtfError = _xamlAttributes.Init(xamlToken.Text); 165xamlToRtfError = _xamlAttributes.GetTag(ref name); 169xamlToRtfError = _xamlContent.StartElement(string.Empty, name, name, _xamlAttributes); 173if (_xamlAttributes.IsEmpty) 191XamlToRtfError xamlToRtfError = _xamlAttributes.Init(xamlToken.Text); 195xamlToRtfError = _xamlAttributes.GetTag(ref name);