5 references to Dispatcher
PresentationFramework (5)
MS\Internal\Data\BindingWorker.cs (1)
87protected Dispatcher Dispatcher { get { return ParentBindingExpression.Dispatcher; } }
System\Windows\Data\BindingExpression.cs (1)
2544if (Dispatcher.Thread == Thread.CurrentThread)
System\Windows\Data\BindingExpressionBase.cs (3)
441if (Dispatcher.Thread == Thread.CurrentThread) 1041Dispatcher.BeginInvoke( 1333DispatcherOperation op = Dispatcher.BeginInvoke(DispatcherPriority.Send,