1 instantiation of DataGridViewDisableCheckBoxCell
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (1)
358
DataGridViewDisableCheckBoxCell boolCell = new
DataGridViewDisableCheckBoxCell
21 references to DataGridViewDisableCheckBoxCell
PresentationUI (21)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (21)
356
private
DataGridViewDisableCheckBoxCell
CreateCheckBoxCell(bool enabled, bool value)
358
DataGridViewDisableCheckBoxCell
boolCell = new DataGridViewDisableCheckBoxCell
504
DataGridViewDisableCheckBoxCell
cell = Rows[e.RowIndex].Cells[e.ColumnIndex] as
DataGridViewDisableCheckBoxCell
;
547
DataGridViewDisableCheckBoxCell
cell = CurrentCell as
DataGridViewDisableCheckBoxCell
;
661
DataGridViewDisableCheckBoxCell
targetOwnerCell =
662
targetRow.Cells[ownerColumnIndex] as
DataGridViewDisableCheckBoxCell
;
686
DataGridViewDisableCheckBoxCell
everyoneCell =
687
everyoneRow.Cells[column] as
DataGridViewDisableCheckBoxCell
;
693
DataGridViewDisableCheckBoxCell
targetCell =
694
targetRow.Cells[column] as
DataGridViewDisableCheckBoxCell
;
735
DataGridViewDisableCheckBoxCell
cell =
736
everyoneRow.Cells[column] as
DataGridViewDisableCheckBoxCell
;
763
DataGridViewDisableCheckBoxCell
cell =
765
as
DataGridViewDisableCheckBoxCell
;
800
DataGridViewDisableCheckBoxCell
everyoneCell =
801
everyoneRow.Cells[i] as
DataGridViewDisableCheckBoxCell
;
809
cell = row.Cells[i] as
DataGridViewDisableCheckBoxCell
;
974
DataGridViewDisableCheckBoxCell
cell =
975
(
DataGridViewDisableCheckBoxCell
)base.Clone();