17 references to RightsTableColumn
PresentationUI (17)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (17)
271DataGridViewCell cell = row.Cells[RightsTableColumnToIndex(RightsTableColumn.User)]; 416private static RightsManagementPermissions GetPermissionFromColumn(RightsTableColumn column) 422case RightsTableColumn.AllowView: 425case RightsTableColumn.AllowCopy: 428case RightsTableColumn.AllowPrint: 431case RightsTableColumn.AllowSign: 434case RightsTableColumn.AllowOwner: 539if (CurrentCell.ColumnIndex == RightsTableColumnToIndex(RightsTableColumn.AllowOwner)) 579private static int RightsTableColumnToIndex(RightsTableColumn column) 590private static RightsTableColumn IndexToRightsTableColumn(int index) 595return RightsTableColumn.Unknown; 600return (RightsTableColumn)Enum.ToObject(typeof(RightsTableColumn), index); 641int ownerColumnIndex = RightsTableColumnToIndex(RightsTableColumn.AllowOwner); 759row.Cells[RightsTableColumnToIndex(RightsTableColumn.AllowOwner)] 843private const RightsTableColumn _leftModifiablePermissionColumn = RightsTableColumn.AllowCopy;