7 references to RightsTableColumnToIndex
PresentationUI (7)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (7)
269DataGridViewCell cell = row.Cells[RightsTableColumnToIndex(RightsTableColumn.User)]; 544if (CurrentCell.ColumnIndex == RightsTableColumnToIndex(RightsTableColumn.AllowOwner)) 646int ownerColumnIndex = RightsTableColumnToIndex(RightsTableColumn.AllowOwner); 679for (int column = RightsTableColumnToIndex(_leftModifiablePermissionColumn); 733for (int column = RightsTableColumnToIndex(_leftModifiablePermissionColumn); column < _rightsTableColumnCount; column++) 764row.Cells[RightsTableColumnToIndex(RightsTableColumn.AllowOwner)] 791for (int i = RightsTableColumnToIndex(_leftModifiablePermissionColumn); i < Columns.Count - 1; i++)