1 write to _dictionary
PresentationCore (1)
Shared\MS\Internal\AppDomainShutdownMonitor.cs (1)
32_dictionary = new Dictionary<WeakReference, WeakReference>();
6 references to _dictionary
PresentationCore (6)
Shared\MS\Internal\AppDomainShutdownMonitor.cs (6)
40lock (_dictionary) 44_dictionary.Add(listener, listener); 53lock (_dictionary) 57_dictionary.Remove(listener); 64lock (_dictionary) 71foreach (WeakReference value in _dictionary.Values)