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