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