7 references to RightsTableColumnToIndex
PresentationUI (7)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (7)
271DataGridViewCell cell = row.Cells[RightsTableColumnToIndex(RightsTableColumn.User)]; 539if (CurrentCell.ColumnIndex == RightsTableColumnToIndex(RightsTableColumn.AllowOwner)) 641int ownerColumnIndex = RightsTableColumnToIndex(RightsTableColumn.AllowOwner); 674for (int column = RightsTableColumnToIndex(_leftModifiablePermissionColumn); 728for (int column = RightsTableColumnToIndex(_leftModifiablePermissionColumn); column < _rightsTableColumnCount; column++) 759row.Cells[RightsTableColumnToIndex(RightsTableColumn.AllowOwner)] 786for (int i = RightsTableColumnToIndex(_leftModifiablePermissionColumn); i < Columns.Count - 1; i++)