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