1 instantiation of DispatcherShutdownStartedEventManager
PresentationCore (1)
System\Windows\Input\Stylus\Common\DynamicRendererThreadManager.cs (1)
113manager = new DispatcherShutdownStartedEventManager();
6 references to DispatcherShutdownStartedEventManager
PresentationCore (6)
System\Windows\Input\Stylus\Common\DynamicRendererThreadManager.cs (6)
103private static DispatcherShutdownStartedEventManager CurrentManager 107Type managerType = typeof(DispatcherShutdownStartedEventManager); 108DispatcherShutdownStartedEventManager manager = (DispatcherShutdownStartedEventManager)GetCurrentManager(managerType); 175DispatcherShutdownStartedEventManager.AddListener(Dispatcher.CurrentDispatcher, this); 205if (managerType == typeof(DispatcherShutdownStartedEventManager))