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();
497
DataGridViewDisableCheckBoxCell
cell = Rows[e.RowIndex].Cells[e.ColumnIndex] as
DataGridViewDisableCheckBoxCell
;
540
DataGridViewDisableCheckBoxCell
cell = CurrentCell as
DataGridViewDisableCheckBoxCell
;
654
DataGridViewDisableCheckBoxCell
targetOwnerCell =
655
targetRow.Cells[ownerColumnIndex] as
DataGridViewDisableCheckBoxCell
;
679
DataGridViewDisableCheckBoxCell
everyoneCell =
680
everyoneRow.Cells[column] as
DataGridViewDisableCheckBoxCell
;
686
DataGridViewDisableCheckBoxCell
targetCell =
687
targetRow.Cells[column] as
DataGridViewDisableCheckBoxCell
;
728
DataGridViewDisableCheckBoxCell
cell =
729
everyoneRow.Cells[column] as
DataGridViewDisableCheckBoxCell
;
756
DataGridViewDisableCheckBoxCell
cell =
758
as
DataGridViewDisableCheckBoxCell
;
793
DataGridViewDisableCheckBoxCell
everyoneCell =
794
everyoneRow.Cells[i] as
DataGridViewDisableCheckBoxCell
;
802
cell = row.Cells[i] as
DataGridViewDisableCheckBoxCell
;
967
DataGridViewDisableCheckBoxCell
cell =
968
(
DataGridViewDisableCheckBoxCell
)base.Clone();