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)
67if (_shutdownHandler != null) 68_inputManager.Value.Dispatcher.ShutdownFinished -= _shutdownHandler; 2984_inputManager.Value.Dispatcher.ShutdownFinished += _shutdownHandler;