3 references to XpsDocument
PresentationUI (1)
MS\Internal\Documents\DigitalSignatureProvider.cs (1)
35
XpsDocument = new
XpsDocument
(package);
ReachFramework (2)
Packaging\XpsDocument.cs (1)
880
XpsDocument document = new
XpsDocument
(package)
SerializerFactory\XpsSerializerWriter.cs (1)
41
_xpsDocument = new
XpsDocument
(_package);