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