1 instantiation of DispatcherShutdownStartedEventManager
PresentationCore (1)
System\Windows\Input\Stylus\Common\DynamicRendererThreadManager.cs (1)
103manager = new DispatcherShutdownStartedEventManager();
6 references to DispatcherShutdownStartedEventManager
PresentationCore (6)
System\Windows\Input\Stylus\Common\DynamicRendererThreadManager.cs (6)
93private static DispatcherShutdownStartedEventManager CurrentManager 97Type managerType = typeof(DispatcherShutdownStartedEventManager); 98DispatcherShutdownStartedEventManager manager = (DispatcherShutdownStartedEventManager)GetCurrentManager(managerType); 165DispatcherShutdownStartedEventManager.AddListener(Dispatcher.CurrentDispatcher, this); 195if (managerType == typeof(DispatcherShutdownStartedEventManager))