12 references to AllowOwner
PresentationUI (12)
MS\Internal\Documents\RightsManagementManager.cs (2)
396if (rmLicense.HasPermission(RightsManagementPermissions.AllowOwner)) 431!(license.HasPermission(RightsManagementPermissions.AllowOwner)))
MS\Internal\Documents\RightsManagementProvider.cs (6)
348_rmUseLicense, RightsManagementPermissions.AllowOwner)) 497_rmUseLicense.HasPermission(RightsManagementPermissions.AllowOwner) && 645_rmUseLicense, RightsManagementPermissions.AllowOwner)) 809RightsManagementPermissions.AllowOwner)) 1121RightsManagementPermissions.AllowOwner); 1249if (HasPermission(rmLicense, RightsManagementPermissions.AllowOwner))
MS\Internal\Documents\RMPermissions.cs (1)
98if (license.HasPermission(RightsManagementPermissions.AllowOwner))
MS\Internal\Documents\RMPublishingDialog.cs (1)
267if (!rmLicense.HasPermission(RightsManagementPermissions.AllowOwner) &&
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (2)
242license.HasPermission(RightsManagementPermissions.AllowOwner))); 436permission = RightsManagementPermissions.AllowOwner;