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