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