12 references to AllowOwner
PresentationUI (12)
MS\Internal\Documents\RightsManagementManager.cs (2)
392if (rmLicense.HasPermission(RightsManagementPermissions.AllowOwner)) 424!(license.HasPermission(RightsManagementPermissions.AllowOwner)))
MS\Internal\Documents\RightsManagementProvider.cs (6)
347_rmUseLicense, RightsManagementPermissions.AllowOwner)) 496_rmUseLicense.HasPermission(RightsManagementPermissions.AllowOwner) && 644_rmUseLicense, RightsManagementPermissions.AllowOwner)) 808RightsManagementPermissions.AllowOwner)) 1120RightsManagementPermissions.AllowOwner); 1248if (HasPermission(rmLicense, RightsManagementPermissions.AllowOwner))
MS\Internal\Documents\RMPermissions.cs (1)
97if (license.HasPermission(RightsManagementPermissions.AllowOwner))
MS\Internal\Documents\RMPublishingDialog.cs (1)
266if (!rmLicense.HasPermission(RightsManagementPermissions.AllowOwner) &&
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (2)
241license.HasPermission(RightsManagementPermissions.AllowOwner))); 435permission = RightsManagementPermissions.AllowOwner;