5 references to Dispatcher
PresentationFramework (5)
MS\Internal\Data\BindingWorker.cs (1)
83protected Dispatcher Dispatcher { get { return ParentBindingExpression.Dispatcher; } }
System\Windows\Data\BindingExpression.cs (1)
2535if (Dispatcher.Thread == Thread.CurrentThread)
System\Windows\Data\BindingExpressionBase.cs (3)
433if (Dispatcher.Thread == Thread.CurrentThread) 1033Dispatcher.BeginInvoke( 1325DispatcherOperation op = Dispatcher.BeginInvoke(DispatcherPriority.Send,