17 references to RightsTableColumn
PresentationUI (17)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (17)
268DataGridViewCell 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: 543if (CurrentCell.ColumnIndex == RightsTableColumnToIndex(RightsTableColumn.AllowOwner)) 583private static int RightsTableColumnToIndex(RightsTableColumn column) 594private static RightsTableColumn IndexToRightsTableColumn(int index) 599return RightsTableColumn.Unknown; 604return (RightsTableColumn)Enum.ToObject(typeof(RightsTableColumn), index); 645int ownerColumnIndex = RightsTableColumnToIndex(RightsTableColumn.AllowOwner); 763row.Cells[RightsTableColumnToIndex(RightsTableColumn.AllowOwner)] 847private const RightsTableColumn _leftModifiablePermissionColumn = RightsTableColumn.AllowCopy;