4 references to XmlTags
ReachFramework (4)
Packaging\XpsFixedDocumentReaderWriter.cs (2)
856
xmlWriter.WriteAttributeString(
XmlTags
.Source, relativePath);
955
string attribute = reader.GetAttribute(
XmlTags
.Source);
Packaging\XpsFixedDocumentSequenceReaderWriter.cs (2)
488
xmlWriter.WriteAttributeString(
XmlTags
.Source, relativePath);
554
string attribute = reader.GetAttribute(
XmlTags
.Source);