2 instantiations of DataGridRowEventArgs
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
845OnLoadingRow(new DataGridRowEventArgs(row)); 865OnUnloadingRow(new DataGridRowEventArgs(row));
6 references to DataGridRowEventArgs
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGrid.cs (4)
1137public event EventHandler<DataGridRowEventArgs> LoadingRow; 1142public event EventHandler<DataGridRowEventArgs> UnloadingRow; 1147protected virtual void OnLoadingRow(DataGridRowEventArgs e) 1178protected virtual void OnUnloadingRow(DataGridRowEventArgs e)
System.Activities.Core.Presentation (1)
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (1)
638void DataGrid_Standard_LoadingRow(object sender, DataGridRowEventArgs e)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
445void OnDataGridRowLoading(object sender, DataGridRowEventArgs e)