1 write to _shutdownHandler
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
56
_shutdownHandler
= new EventHandler(this.OnDispatcherShutdown);
3 references to _shutdownHandler
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
67
if (
_shutdownHandler
!= null)
68
_inputManager.Dispatcher.ShutdownFinished -=
_shutdownHandler
;
2984
_inputManager.Dispatcher.ShutdownFinished +=
_shutdownHandler
;