1 instantiation of RightsTable
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
52
this.rightsTable = new
RightsTable
();
4 references to RightsTable
PresentationUI (4)
MS\Internal\Documents\RMPublishingDialog.cs (3)
251
string userName =
RightsTable
.GetUsernameFromRow(row);
254
rmLicense.LicensePermissions =
RightsTable
.GetPermissionsFromRow(row);
422
if (
RightsTable
.IsEveryone(userName))
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
417
private
RightsTable
rightsTable;