2 writes to _destroyHandler
PresentationCore (2)
Core\CSharp\System\Windows\Media\MediaContext.cs (2)
241_destroyHandler = new EventHandler(this.OnDestroyContext); 1495_destroyHandler = null;
2 references to _destroyHandler
PresentationCore (2)
Core\CSharp\System\Windows\Media\MediaContext.cs (2)
242Dispatcher.ShutdownFinished += _destroyHandler; 1494Dispatcher.ShutdownFinished -= _destroyHandler;