7 references to RightsTableColumnToIndex
PresentationUI (7)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (7)
269DataGridViewCell cell = row.Cells[RightsTableColumnToIndex(RightsTableColumn.User)]; 537if (CurrentCell.ColumnIndex == RightsTableColumnToIndex(RightsTableColumn.AllowOwner)) 639int ownerColumnIndex = RightsTableColumnToIndex(RightsTableColumn.AllowOwner); 672for (int column = RightsTableColumnToIndex(_leftModifiablePermissionColumn); 726for (int column = RightsTableColumnToIndex(_leftModifiablePermissionColumn); column < _rightsTableColumnCount; column++) 757row.Cells[RightsTableColumnToIndex(RightsTableColumn.AllowOwner)] 784for (int i = RightsTableColumnToIndex(_leftModifiablePermissionColumn); i < Columns.Count - 1; i++)