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