7 references to RightsTableColumnToIndex
PresentationUI (7)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (7)
268DataGridViewCell cell = row.Cells[RightsTableColumnToIndex(RightsTableColumn.User)]; 543if (CurrentCell.ColumnIndex == RightsTableColumnToIndex(RightsTableColumn.AllowOwner)) 645int ownerColumnIndex = RightsTableColumnToIndex(RightsTableColumn.AllowOwner); 678for (int column = RightsTableColumnToIndex(_leftModifiablePermissionColumn); 732for (int column = RightsTableColumnToIndex(_leftModifiablePermissionColumn); column < _rightsTableColumnCount; column++) 763row.Cells[RightsTableColumnToIndex(RightsTableColumn.AllowOwner)] 790for (int i = RightsTableColumnToIndex(_leftModifiablePermissionColumn); i < Columns.Count - 1; i++)