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