1 instantiation of DataGridSortingEventArgs
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
7150DataGridSortingEventArgs eventArgs = new DataGridSortingEventArgs(sortColumn);
4 references to DataGridSortingEventArgs
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
7116protected virtual void OnSorting(DataGridSortingEventArgs eventArgs) 7150DataGridSortingEventArgs eventArgs = new DataGridSortingEventArgs(sortColumn);
src\Framework\System\Windows\Controls\DataGridSortingEventHandler.cs (1)
18public delegate void DataGridSortingEventHandler(object sender, DataGridSortingEventArgs e);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
159void OnDataGridSorting(object sender, DataGridSortingEventArgs e)