1 instantiation of SelectedCellsChangedEventArgs
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
4270SelectedCellsChangedEventArgs e = new SelectedCellsChangedEventArgs(this, _pendingSelectedCells, _pendingUnselectedCells);
4 references to SelectedCellsChangedEventArgs
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
329internal void RaiseAutomationCellSelectedEvent(SelectedCellsChangedEventArgs e)
System\Windows\Controls\DataGrid.cs (2)
4270SelectedCellsChangedEventArgs e = new SelectedCellsChangedEventArgs(this, _pendingSelectedCells, _pendingUnselectedCells); 4301protected virtual void OnSelectedCellsChanged(SelectedCellsChangedEventArgs e)
System\Windows\Controls\SelectedCellsChangedEventHandler.cs (1)
15public delegate void SelectedCellsChangedEventHandler(object sender, SelectedCellsChangedEventArgs e);