5 references to Dispatcher
PresentationFramework (5)
MS\Internal\Data\BindingWorker.cs (1)
82protected Dispatcher Dispatcher { get { return ParentBindingExpression.Dispatcher; } }
System\Windows\Data\BindingExpression.cs (1)
2495if (Dispatcher.Thread == Thread.CurrentThread)
System\Windows\Data\BindingExpressionBase.cs (3)
432if (Dispatcher.Thread == Thread.CurrentThread) 1032Dispatcher.BeginInvoke( 1323DispatcherOperation op = Dispatcher.BeginInvoke(DispatcherPriority.Send,