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