2 references to RetryBringIndexIntoView
PresentationFramework (2)
System\Windows\Controls\DataGridCellsPanel.cs (2)
2159
Dispatcher.BeginInvoke(DispatcherPriority.Render, (Action<int>)
RetryBringIndexIntoView
, index);
2205
Dispatcher.BeginInvoke(priority, (Action<int>)
RetryBringIndexIntoView
, index);