10 references to Add
PresentationUI (6)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (6)
385
row.Cells.
Add
(nameCell);
388
row.Cells.
Add
(CreateCheckBoxCell(false, newUser.allowView || isViewerOwner));
391
row.Cells.
Add
(CreateCheckBoxCell(
395
row.Cells.
Add
(CreateCheckBoxCell(
399
row.Cells.
Add
(CreateCheckBoxCell(
403
row.Cells.
Add
(CreateCheckBoxCell(
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellCollection.cs (1)
20
int IList.Add(object? value) =>
Add
((DataGridViewCell)value!);
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (1)
1118
cells.
Add
(dgvcNew);
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (2)
52
row.Cells.
Add
(new DialogDataGridViewCell());
62
row.Cells.
Add
(new DialogDataGridViewCell());