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)
704
this.OwningDataGrid.SelectedCellsInternal.
Remove
(currentCellInfo);
src\Framework\System\Windows\Controls\DataGrid.cs (2)
4726
_selectedCells.
Remove
(cellInfo);
5164
_selectedCells.
Remove
(cellInfo);