5 references to Dispatcher
PresentationFramework (5)
src\Framework\MS\Internal\Data\BindingWorker.cs (1)
90protected Dispatcher Dispatcher { get { return ParentBindingExpression.Dispatcher; } }
src\Framework\System\Windows\Data\BindingExpression.cs (1)
2520if (Dispatcher.Thread == Thread.CurrentThread)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (3)
447if (Dispatcher.Thread == Thread.CurrentThread) 1045Dispatcher.BeginInvoke( 1335DispatcherOperation op = Dispatcher.BeginInvoke(DispatcherPriority.Send,