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