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