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