3 references to BeginInvoke
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (1)
1663Dispatcher.BeginInvoke(new Action(() =>
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (2)
1811Dispatcher.BeginInvoke(new Action<ExpressionValidationContext>((target) => 1828Dispatcher.BeginInvoke(new Action<string>(UpdateValidationError), error);