2 instantiations of StylusLogicShutDownListener
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
458ShutdownListener = new StylusLogicShutDownListener(this, ShutDownEvents.DispatcherShutdown);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
3126ShutdownListener = new StylusLogicShutDownListener(this, ShutDownEvents.DispatcherShutdown);
1 reference to StylusLogicShutDownListener
PresentationCore (1)
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
484protected StylusLogicShutDownListener ShutdownListener { get; set; }