1 write to _dispatcher
WindowsBase (1)
Base\System\Windows\Threading\DispatcherOperation.cs (1)
44
_dispatcher
= dispatcher;
10 references to _dispatcher
WindowsBase (10)
Base\System\Windows\Threading\DispatcherOperation.cs (10)
122
return
_dispatcher
;
141
if(value != _priority &&
_dispatcher
.SetPriority(this, value))
214
if(
_dispatcher
.Thread == Thread.CurrentThread)
279
if (
_dispatcher
!= null)
281
removed =
_dispatcher
.Abort(this);
553
newSynchronizationContext = new DispatcherSynchronizationContext(
_dispatcher
, _priority);
557
newSynchronizationContext = new DispatcherSynchronizationContext(
_dispatcher
, DispatcherPriority.Normal);
566
_dispatcher
.PromoteTimers(Environment.TickCount);
583
_result =
_dispatcher
.WrappedInvoke(_method, _args, _numArgs, null);
734
get { return
_dispatcher
._instanceLock; }