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