5 writes to SourcePackage
PresentationUI (5)
MS\Internal\Documents\Application\RightsController.cs (3)
117doc.SourcePackage = envelope; 203doc.SourcePackage = null; 213doc.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)
182new SuppressedProperties(rightsDoc.SourcePackage), 200new SuppressedProperties(rightsDoc.SourcePackage),
MS\Internal\Documents\Application\RightsController.cs (4)
122new RightsManagementProvider(doc.SourcePackage); 200if (doc.SourcePackage != null) 202CloseEnvelope(doc.SourcePackage); 326doc.SourcePackage.RightsManagementInformation.CryptoProvider;
MS\Internal\Documents\Application\RightsDocument.cs (4)
53if (SourcePackage != null) 132if (DestinationPackage == SourcePackage) 152if (SourcePackage != null) 154SourcePackage.Close();