2 writes to _dispatcher
WindowsBase (2)
Base\System\Windows\Threading\Dispatcher.cs (1)
1572
dpd.
_dispatcher
= this;
Base\System\Windows\Threading\DispatcherProcessingDisabled.cs (1)
21
_dispatcher
= null;
5 references to _dispatcher
WindowsBase (5)
Base\System\Windows\Threading\DispatcherProcessingDisabled.cs (5)
16
if(
_dispatcher
!= null)
18
_dispatcher
.VerifyAccess();
20
_dispatcher
._disableProcessingCount--;
41
return (this.
_dispatcher
== ((DispatcherProcessingDisabled)obj).
_dispatcher
);