1 instantiation of DispatcherShutdownStartedEventManager
PresentationCore (1)
System\Windows\Input\Stylus\Common\DynamicRendererThreadManager.cs (1)
102manager = new DispatcherShutdownStartedEventManager();
6 references to DispatcherShutdownStartedEventManager
PresentationCore (6)
System\Windows\Input\Stylus\Common\DynamicRendererThreadManager.cs (6)
92private static DispatcherShutdownStartedEventManager CurrentManager 96Type managerType = typeof(DispatcherShutdownStartedEventManager); 97DispatcherShutdownStartedEventManager manager = (DispatcherShutdownStartedEventManager)GetCurrentManager(managerType); 164DispatcherShutdownStartedEventManager.AddListener(Dispatcher.CurrentDispatcher, this); 194if (managerType == typeof(DispatcherShutdownStartedEventManager))