Implemented interface member:
method
Remove
System.Collections.Generic.ICollection<T>.Remove(T)
3 references to Remove
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
704this.OwningDataGrid.SelectedCellsInternal.Remove(currentCellInfo);
src\Framework\System\Windows\Controls\DataGrid.cs (2)
4726_selectedCells.Remove(cellInfo); 5164_selectedCells.Remove(cellInfo);