5 references to AllowPrint
PresentationUI (5)
MS\Internal\Documents\RightsManagementProvider.cs (2)
1111
RightsManagementPermissions.
AllowPrint
);
1191
if (HasPermission(rmLicense, RightsManagementPermissions.
AllowPrint
))
MS\Internal\Documents\RMPermissions.cs (1)
109
if (license.HasPermission(RightsManagementPermissions.
AllowPrint
))
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (2)
240
license.HasPermission(RightsManagementPermissions.
AllowPrint
),
430
permission = RightsManagementPermissions.
AllowPrint
;