Implemented interface member:
3 references to Remove
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
721this.OwningDataGrid.SelectedCellsInternal.Remove(currentCellInfo);
System\Windows\Controls\DataGrid.cs (2)
4683_selectedCells.Remove(cellInfo); 5118_selectedCells.Remove(cellInfo);