4 references to XmlTags
ReachFramework (4)
Packaging\XpsFixedDocumentReaderWriter.cs (2)
861xmlWriter.WriteAttributeString(XmlTags.Source, relativePath); 960string attribute = reader.GetAttribute(XmlTags.Source);
Packaging\XpsFixedDocumentSequenceReaderWriter.cs (2)
493xmlWriter.WriteAttributeString(XmlTags.Source, relativePath); 559string attribute = reader.GetAttribute(XmlTags.Source);