6 references to AllowCopy
PresentationUI (6)
MS\Internal\Documents\RightsManagementManager.cs (1)
748
GetUseLicense().HasPermission(RightsManagementPermissions.
AllowCopy
);
MS\Internal\Documents\RightsManagementProvider.cs (2)
1116
RightsManagementPermissions.
AllowCopy
);
1201
if (HasPermission(rmLicense, RightsManagementPermissions.
AllowCopy
))
MS\Internal\Documents\RMPermissions.cs (1)
114
if (license.HasPermission(RightsManagementPermissions.
AllowCopy
))
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (2)
239
license.HasPermission(RightsManagementPermissions.
AllowCopy
),
427
permission = RightsManagementPermissions.
AllowCopy
;