2 writes to _destroyHandler
PresentationCore (2)
System\Windows\Media\MediaContext.cs (2)
239_destroyHandler = new EventHandler(this.OnDestroyContext); 1457_destroyHandler = null;
2 references to _destroyHandler
PresentationCore (2)
System\Windows\Media\MediaContext.cs (2)
240Dispatcher.ShutdownFinished += _destroyHandler; 1456Dispatcher.ShutdownFinished -= _destroyHandler;