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