6 references to AllowCopy
PresentationUI (6)
MS\Internal\Documents\RightsManagementManager.cs (1)
732
GetUseLicense().HasPermission(RightsManagementPermissions.
AllowCopy
);
MS\Internal\Documents\RightsManagementProvider.cs (2)
1115
RightsManagementPermissions.
AllowCopy
);
1200
if (HasPermission(rmLicense, RightsManagementPermissions.
AllowCopy
))
MS\Internal\Documents\RMPermissions.cs (1)
113
if (license.HasPermission(RightsManagementPermissions.
AllowCopy
))
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (2)
238
license.HasPermission(RightsManagementPermissions.
AllowCopy
),
426
permission = RightsManagementPermissions.
AllowCopy
;