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