2 references to Remove
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (1)
187
this.Rows.
Remove
(row);
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (1)
50
void IList.Remove(object? value) =>
Remove
((DataGridViewRow)value!);