17 references to RightsTableColumn
PresentationUI (17)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (17)
269DataGridViewCell cell = row.Cells[RightsTableColumnToIndex(RightsTableColumn.User)]; 417private static RightsManagementPermissions GetPermissionFromColumn(RightsTableColumn column) 423case RightsTableColumn.AllowView: 426case RightsTableColumn.AllowCopy: 429case RightsTableColumn.AllowPrint: 432case RightsTableColumn.AllowSign: 435case RightsTableColumn.AllowOwner: 544if (CurrentCell.ColumnIndex == RightsTableColumnToIndex(RightsTableColumn.AllowOwner)) 584private static int RightsTableColumnToIndex(RightsTableColumn column) 595private static RightsTableColumn IndexToRightsTableColumn(int index) 600return RightsTableColumn.Unknown; 605return (RightsTableColumn)Enum.ToObject(typeof(RightsTableColumn), index); 646int ownerColumnIndex = RightsTableColumnToIndex(RightsTableColumn.AllowOwner); 764row.Cells[RightsTableColumnToIndex(RightsTableColumn.AllowOwner)] 848private const RightsTableColumn _leftModifiablePermissionColumn = RightsTableColumn.AllowCopy;