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