2 writes to _dispatcher
WindowsBase (2)
Base\System\Windows\Threading\Dispatcher.cs (1)
1572dpd._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)
16if(_dispatcher != null) 18_dispatcher.VerifyAccess(); 20_dispatcher._disableProcessingCount--; 41return (this._dispatcher == ((DispatcherProcessingDisabled)obj)._dispatcher);