4 references to Add
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (1)
139rowIndex = Rows.Add(CreateDataGridViewRow(user, isViewerOwner));
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (1)
39int IList.Add(object? value) => Add((DataGridViewRow)value!);
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (2)
57_sampleDataGridViewSelected.Rows.Add(row); 67_sampleDataGridView.Rows.Add(row);