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