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