1 instantiation of DataGridViewDisableCheckBoxCell
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (1)
357
DataGridViewDisableCheckBoxCell boolCell = new
DataGridViewDisableCheckBoxCell
21 references to DataGridViewDisableCheckBoxCell
PresentationUI (21)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (21)
355
private
DataGridViewDisableCheckBoxCell
CreateCheckBoxCell(bool enabled, bool value)
357
DataGridViewDisableCheckBoxCell
boolCell = new DataGridViewDisableCheckBoxCell
503
DataGridViewDisableCheckBoxCell
cell = Rows[e.RowIndex].Cells[e.ColumnIndex] as
DataGridViewDisableCheckBoxCell
;
546
DataGridViewDisableCheckBoxCell
cell = CurrentCell as
DataGridViewDisableCheckBoxCell
;
660
DataGridViewDisableCheckBoxCell
targetOwnerCell =
661
targetRow.Cells[ownerColumnIndex] as
DataGridViewDisableCheckBoxCell
;
685
DataGridViewDisableCheckBoxCell
everyoneCell =
686
everyoneRow.Cells[column] as
DataGridViewDisableCheckBoxCell
;
692
DataGridViewDisableCheckBoxCell
targetCell =
693
targetRow.Cells[column] as
DataGridViewDisableCheckBoxCell
;
734
DataGridViewDisableCheckBoxCell
cell =
735
everyoneRow.Cells[column] as
DataGridViewDisableCheckBoxCell
;
762
DataGridViewDisableCheckBoxCell
cell =
764
as
DataGridViewDisableCheckBoxCell
;
799
DataGridViewDisableCheckBoxCell
everyoneCell =
800
everyoneRow.Cells[i] as
DataGridViewDisableCheckBoxCell
;
808
cell = row.Cells[i] as
DataGridViewDisableCheckBoxCell
;
973
DataGridViewDisableCheckBoxCell
cell =
974
(
DataGridViewDisableCheckBoxCell
)base.Clone();