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