2 writes to _destroyHandler
PresentationCore (2)
System\Windows\Media\MediaContext.cs (2)
216_destroyHandler = new EventHandler(this.OnDestroyContext); 1431_destroyHandler = null;
2 references to _destroyHandler
PresentationCore (2)
System\Windows\Media\MediaContext.cs (2)
217Dispatcher.ShutdownFinished += _destroyHandler; 1430Dispatcher.ShutdownFinished -= _destroyHandler;