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