1 instantiation of DataGridViewDisableCheckBoxCell
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (1)
360
DataGridViewDisableCheckBoxCell boolCell = new
DataGridViewDisableCheckBoxCell
();
21 references to DataGridViewDisableCheckBoxCell
PresentationUI (21)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (21)
358
private
DataGridViewDisableCheckBoxCell
CreateCheckBoxCell(bool enabled, bool value)
360
DataGridViewDisableCheckBoxCell
boolCell = new DataGridViewDisableCheckBoxCell();
499
DataGridViewDisableCheckBoxCell
cell = Rows[e.RowIndex].Cells[e.ColumnIndex] as
DataGridViewDisableCheckBoxCell
;
542
DataGridViewDisableCheckBoxCell
cell = CurrentCell as
DataGridViewDisableCheckBoxCell
;
656
DataGridViewDisableCheckBoxCell
targetOwnerCell =
657
targetRow.Cells[ownerColumnIndex] as
DataGridViewDisableCheckBoxCell
;
681
DataGridViewDisableCheckBoxCell
everyoneCell =
682
everyoneRow.Cells[column] as
DataGridViewDisableCheckBoxCell
;
688
DataGridViewDisableCheckBoxCell
targetCell =
689
targetRow.Cells[column] as
DataGridViewDisableCheckBoxCell
;
730
DataGridViewDisableCheckBoxCell
cell =
731
everyoneRow.Cells[column] as
DataGridViewDisableCheckBoxCell
;
758
DataGridViewDisableCheckBoxCell
cell =
760
as
DataGridViewDisableCheckBoxCell
;
795
DataGridViewDisableCheckBoxCell
everyoneCell =
796
everyoneRow.Cells[i] as
DataGridViewDisableCheckBoxCell
;
804
cell = row.Cells[i] as
DataGridViewDisableCheckBoxCell
;
969
DataGridViewDisableCheckBoxCell
cell =
970
(
DataGridViewDisableCheckBoxCell
)base.Clone();