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)
242
Dispatcher.ShutdownFinished +=
_destroyHandler
;
1494
Dispatcher.ShutdownFinished -=
_destroyHandler
;