2 references to DelayedOnLoadingRowDetails
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (1)
1157Dispatcher.CurrentDispatcher.BeginInvoke(new DispatcherOperationCallback(DelayedOnLoadingRowDetails), DispatcherPriority.Loaded, row);
System\Windows\Controls\DataGridRow.cs (1)
809Dispatcher.CurrentDispatcher.BeginInvoke(new DispatcherOperationCallback(DataGrid.DelayedOnLoadingRowDetails), DispatcherPriority.Loaded, row);