5 writes to SourcePackage
PresentationUI (5)
MS\Internal\Documents\Application\RightsController.cs (3)
116doc.SourcePackage = envelope; 202doc.SourcePackage = null; 212doc.SourcePackage = envelope;
MS\Internal\Documents\Application\RightsDocument.cs (2)
134SourcePackage = null; 155SourcePackage = null;
10 references to SourcePackage
PresentationUI (10)
MS\Internal\Documents\Application\PackageController.cs (2)
181new SuppressedProperties(rightsDoc.SourcePackage), 199new SuppressedProperties(rightsDoc.SourcePackage),
MS\Internal\Documents\Application\RightsController.cs (4)
121new RightsManagementProvider(doc.SourcePackage); 199if (doc.SourcePackage != null) 201CloseEnvelope(doc.SourcePackage); 325doc.SourcePackage.RightsManagementInformation.CryptoProvider;
MS\Internal\Documents\Application\RightsDocument.cs (4)
53if (SourcePackage != null) 132if (DestinationPackage == SourcePackage) 152if (SourcePackage != null) 154SourcePackage.Close();