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