4 references to XmlTags
ReachFramework (4)
Packaging\XpsFixedDocumentReaderWriter.cs (2)
857
xmlWriter.WriteAttributeString(
XmlTags
.Source, relativePath);
956
string attribute = reader.GetAttribute(
XmlTags
.Source);
Packaging\XpsFixedDocumentSequenceReaderWriter.cs (2)
489
xmlWriter.WriteAttributeString(
XmlTags
.Source, relativePath);
555
string attribute = reader.GetAttribute(
XmlTags
.Source);