5 writes to SourcePackage
PresentationUI (5)
MS\Internal\Documents\Application\RightsController.cs (3)
122doc.SourcePackage = envelope; 207doc.SourcePackage = null; 217doc.SourcePackage = envelope;
MS\Internal\Documents\Application\RightsDocument.cs (2)
136SourcePackage = null; 157SourcePackage = null;
10 references to SourcePackage
PresentationUI (10)
MS\Internal\Documents\Application\PackageController.cs (2)
185new SuppressedProperties(rightsDoc.SourcePackage), 203new SuppressedProperties(rightsDoc.SourcePackage),
MS\Internal\Documents\Application\RightsController.cs (4)
127new RightsManagementProvider(doc.SourcePackage); 204if (doc.SourcePackage != null) 206CloseEnvelope(doc.SourcePackage); 329doc.SourcePackage.RightsManagementInformation.CryptoProvider;
MS\Internal\Documents\Application\RightsDocument.cs (4)
55if (SourcePackage != null) 134if (DestinationPackage == SourcePackage) 154if (SourcePackage != null) 156SourcePackage.Close();