2 references to Invoke
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
307Dispatcher.Invoke((Action)delegate(){}, System.Windows.Threading.DispatcherPriority.Background);
src\Framework\System\Windows\Controls\DataGridTextColumn.cs (1)
285Dispatcher.Invoke((Action)delegate(){}, System.Windows.Threading.DispatcherPriority.Background);